Routes get lost after running php artisan route:cache #14869
Unanswered
minhthangdang
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Other
Package Version
v3
How can we help you?
Hello, I have a strange situation which I don't know how to resolve. Here is the list of routes I have in my app before I run the command php artisan route:cache:
You see that it's got 111 routes. However, after I run the command php artisan route:cache, it's got only 89 routes as you can see below:
So I've lost 22 routes after caching. Does anyone know why?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions