$path = 'uploads/multi/' . Auth::user()->id; Storage::disk('local')->put($path,$fl); почему такая ошибка file_put_contents(/home/e/extremje/china/china/storage/app/uploads/multi/1): failed to open stream: Is a directory Source: https://ru.stackoverflow.com/questions/925959/
All Articles
Storage::disk('local')->put('file.txt', 'Contents');Do you see that the file has a name and extension? And before him write the path, what you need. Or create your own disk. - n.osennij