Support the ongoing development of Laravel.io →
Laravel Forms Input
Last updated 1 year ago.
0

seems like you have a class not imported for use "use Storage;" should fix the problem or just add a "/" becore your Storage::class

0

I suggest you to update following code in config/filesystems.php, located in the config folder. In this file, you can specify the locations for your file storage.

return [
 
'default' => 'local',
 
'disks' => [
 
'local' => [
 
'driver' => 'local',
 
'root' => storage_path('app'),
 
],

more information related to storage visit this article :

https://www.cloudways.com/blog/laravel-multiple-files-images-u...
Last updated 5 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.