zvineyard wrote a reply+100 XP
4mos ago
How to disable route cache during development. (without artisan optimize or cache : clear)
This is the correct answer. You just run php artisan route:clear and don't run php artisan route:cache again. If you run something like php artisan optimize it will re-cache your routes and you'll be back to where you started.