Level 70
If I get you properly, this might be helpful for you.
php artisan route:list --name="user"
Besides that, you can use some other options-
- --method
- --name
- --path=
- --reverse
- -r
- --sort
You can check out more there- http://tisuchi.com/posts/laravel-php-artisan-route-list-command-9
3 likes