-
Notifications
You must be signed in to change notification settings - Fork 53
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
Error while running php artisan route:list
#50
Comments
- Renamed namespaces - Updated package versions compatible only for laravel 7.0 & above - changed config('api-tester.enabled') value to env('API_TESTER') - Fixed asvae#50 (comment) - Fixed asvae#49 (comment)
Same issue here. 😕 |
Also need this fix. |
I have created a forked version of this repo which works seamlessly with Laravel 7. You can install that if you are in need. I will be maintaining it on regular basis.
|
@craftisan I've noticed that before you answered and was already using it. It also have the fix in the route alias. |
@craftisan I tried your package but it is not working on laravel 8.12 |
This is a follow up issue after fixing the route:cache problem mentioned in #42
If you fix that, please fix this also.
How to reproduce:
php artisan route:list
Error:
Solution:
It's really just silly mistake though, pardon me for all the drama above, just replace
.
with,
insrc/Storages/JsonStorage.php
:Also raising a PR for this. Quick fix.
The text was updated successfully, but these errors were encountered: