Answer the question
In order to leave comments, you need to log in
storeAs method not working in Laravel 5.4?
if (request()->hasFile('image') && request()->file('image')->isValid()) {
$data['hash'] = str_random(16);
$data['extension'] = request()->file('image')->extension();
$path = request()->file('image')->storeAs('storage', $data['hash'] . '.' . $data['extension']);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question