You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you've overridden the public path in laravel from the standard public to e.g. public_html -- the symlinking for the public storage won't work.
Laravel actually provides a command php artisan storage:link that can link public to the storage folder (it will know that you've overriden the path) -- maybe that should be used rather than hardcoding it ?
The text was updated successfully, but these errors were encountered:
If you've overridden the public path in laravel from the standard
public
to e.g.public_html
-- the symlinking for the public storage won't work.Laravel actually provides a command
php artisan storage:link
that can link public to the storage folder (it will know that you've overriden the path) -- maybe that should be used rather than hardcoding it ?The text was updated successfully, but these errors were encountered: