Answer the question
In order to leave comments, you need to log in
Why doesn't the store method work when saving a file?
There is a construction with which I try to save several files sent from the form at once:
foreach(request()->files as $key => $file) {
$path = $file->store('comments');
}
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