Have you run php artisan storage:link on your hosting server? In order to view files in your storage directory, you must link the storage with the public directory.
Sep 14, 2020
2
Level 1
My images are visible on local server but not on hosting's server
I use the laraval filesystem and place images on the public disk. The view in the local laravel built in server are good but after I have pushed my app on remote server. Images are no longer visible.
I must add that, replicating a previous site powered by smfony with several levels of nested directories, I placed the images manually (with a classical file manager) into the storage/app/public/ folder. The links seems to work properly as I can see the folders/files into public/storage.
Can somebody help fixing that.
Please or to participate in this conversation.