Comment on I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404
autokludge@programming.dev 2 months ago
Could it be a route cache thing? may be worth trying artisan route:clear
followed by artisan route:cache