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
Thank you for identifying this issue and providing a solution.
You are correct, I missed the configuration for the storage. To ensure the website loads images correctly from storage, we can run the following command:
php artisan storage:link
Additionally, make sure the .env file is configured with the correct filesystem disk setting:
FILESYSTEM_DISK=public
I appreciate your understanding and thank you for your contribution.
When run serve, website don't load any image from storage
I fix by run this command
The text was updated successfully, but these errors were encountered: