Skip to content

[5.8] Improve route:list command#28459

Merged
taylorotwell merged 2 commits intolaravel:5.8from
oliverquynh:improve_route_list_command
May 9, 2019
Merged

[5.8] Improve route:list command#28459
taylorotwell merged 2 commits intolaravel:5.8from
oliverquynh:improve_route_list_command

Conversation

@oliverquynh
Copy link
Copy Markdown
Contributor

Instead of always passing multiple "--columns" option if you need two or more columns:

$ php artisan route:list --columns=method --columns=uri --columns=name

You can optionally use the way below:

$ php artisan route:list --columns=method,uri,name
$ php artisan route:list --columns=method --columns=uri,name

This PR doesn't break the existing behaviour of the route:list command. It just supports a bit more convenient way.

@taylorotwell taylorotwell merged commit ab078e1 into laravel:5.8 May 9, 2019
@oliverquynh oliverquynh deleted the improve_route_list_command branch May 9, 2019 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants