Replies: 2 comments
-
If you write php artisan route:list both Laravel 8 and Laravel 9 you will see their outputs are different. In Laravel 8 it is table like output and probably extension is trying to parse the output like it is Laravel 8. So, extension should change its parser code or Laravel 9 should revert its output Here you can see my outputs: If you look at the repository of the extension Route List Command you can see it has not updated for 4 years. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The latest release (4/23/2023) has been updated to support this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Laravel Artisan extension by Ryan Naddy and I am using the
Artisan: Route List
command.In Laravel 9 it is incompatible? Is there a way to use the old output of
php artisan route:list
command?Laravel Artisan extension:

Working in Laravel 8

Ugly in Laravel 9

Beta Was this translation helpful? Give feedback.
All reactions