Question
Laravel not updating for newly added routes showing page not found error.
I deployed my Laravel project months ago. Everything was working fine.
But today when I added few more routes to web.php file, the new routes are not showing up, showing page not found error.
Checked apache.conf for AllowOverride and laravel’s .htaccess, all are fine.
Updated composer too.
I wonder why these newly added routes are not working. Also tried clearing cache for routes.
Nothing worked.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×