Struggling with setup on Laravel Forge
I've been running Waterhole locally and the installation was indeed a smooth and rewarding experience! However, I just use php artisan serve
to run the local instance as I'm pretty much dreading server setups.
So I tried to go with Laravel Forge to set up a live instance but it seems I'm still missing the right configuration. The app is running and the site is being served, but the storage
-link in the public folder is not generated and no styles or scripts are applied.
The public/storage
folder on the server:
The nginx server config is just the defaults on Forge, plus the recommendations.