"Your application doesn't have any routes." #162
Unanswered
nikomatjasic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After following the installation instructions provided by the package documentation and ensuring that all the necessary steps were completed, I encountered a problem. Even after clearing various caches (including route, config, bootstrap, and route), running the command 'php artisan route:list' in the terminal returns an error message stating, "Your application doesn't have any routes."
The issue is that all the post/get methods are failing due to routes issue.
To provide you with more context, I have verified the installation of the package using the 'composer show spatie/laravel-stripe-webhooks' command, which confirmed that the package is installed correctly. Additionally, I have cross-checked the package's compatibility with my Laravel version, and they are aligned.
Beta Was this translation helpful? Give feedback.
All reactions