you do not know whether your host will allow you to execute this command or not? php artisan storage: link?If you are worried I have a great solution that can be used even on shared hosting
Jun 19, 2022
3
Level 2
Use Laravel File Manager without symlink
Hello, I am using "unisharp/laravel-filemanager" to upload and display images. When I upload an image, it is stored in /storage/app/public with a symlink in /public.
The problem is that my hosting does not allow me to create symlinks and I don't really want to change it just for that. I don't think I can change the path in the package configuration file.
Do you know a solution?
Thanks !
Please or to participate in this conversation.