Closed asterism612 closed 4 years ago
Is it related to #712? Please show your route file.
Closing this as a duplicate of #712
@iwasherefirst2 I created a minimal setup on a fresh Laravel 7 installation and put it in a repo. You can find the commit here: https://github.com/marijoo/laravel-localization-route-cache/commit/90924fba385ab8e5074ab95a3a1c96f6d6863f36
As you can see this is a minimal setup but the problem occurs as described above:
This happens with
php artisan optimize
,php artisan route:cache
as well as withphp artisan route:trans:cache
. After clearing the cache withphp artisan cache:clear
routes work again.
Can you reopen this issue, please? If I can further help, please don't hesitate.
This happens with
php artisan optimize
,php artisan route:cache
as well as withphp artisan route:trans:cache
. After clearing the cache withphp artisan cache:clear
routes work again.