Skip to content
Advertisement

Tag: symlink

Laravel 8: Symbolic Link not appearing in public

I have a problem with symlink. after I run this command php artisan storage:link the uploaded images are showing in the public and storage folder. I can display my img by using this code but after a day the shortcut of the images folder in public has gone and when I run the php artisan storage:link it says it has

Advertisement