-
-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in laravel 9 error not showing route #832
Comments
Thanks! This helped me! I just hit 404 for all routes and I could not see any information in the logs. This is the full command if it is unclear for anyone.
|
@blomdahldaniel && @a-bahrami , could you guys confirm if you are getting 404 for translated routes after you cache the routes? So, when you add trait to RouteServiceProvider as described here and run |
@tsekka The issue arised when I upgraded from Laravel 8 to Laravel 9. After installing everything and clearing the laravel chache I got the 404 from this package. But after i ran |
I can confirm the bug, persist in a fresh laravel 10 installation, after caching the routes the non default routes returns 404 |
Hello
In Laravel 9, displaying the route does not display page information and displays a white screen if I used the following commands
route: trans: clear
The text was updated successfully, but these errors were encountered: