mcmatters/laravel-route-commands
Laravel Route Commands
Package with laravel route commands.
Installation
composer require mcmatters/laravel-route-commands
Include the service provider within your config/app.php file.
'providers' => [
McMatters\RouteCommands\ServiceProvider::class,
]
Usage
Available commands:
php artisan route:check— checks all routes for existing the methods in controller and unique route names.php artisan route:export— export all routes to json or xml file.
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
404,034,618
608
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
384,821,166
4,658