Download the PHP package dutchcodingcompany/laravel-compact-route-list without Composer
On this page you can find all versions of the php package dutchcodingcompany/laravel-compact-route-list. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dutchcodingcompany/laravel-compact-route-list
More information about dutchcodingcompany/laravel-compact-route-list
Files in dutchcodingcompany/laravel-compact-route-list
Package laravel-compact-route-list
Short Description Adds route:compact-list
License MIT
Homepage https://github.com/dutchcodingcompany
Informations about the package laravel-compact-route-list
Compact Route List
This package extends the laravel provided route list command into php artisan route:compact-list
and lists everything more compact and hides some first-party package url's.
Installation
You can install the package via composer:
Options
As the command extends the default route list command, all those options are available. It is intentional the older short middleware style is used.
By default the compact-list command filters all nova
, horizon
and debugbar
routes. There are flags (with the same name) to enable some or all of them.
php artisan route:compact-list --nova
includes nova routesphp artisan route:compact-list --horizon
includes horizon routesphp artisan route:compact-list --debugbar
includes debugbar routesphp artisan route:compact-list --without-filter
does not filter any routes
Configure filters
One can add extra filters:
Also, one can change how the filter is applied by setting a callback
License
The MIT License (MIT). Please see License File for more information.