Package Data | |
---|---|
Maintainer Username: | MCMatters |
Maintainer Contact: | dima.matters@gmail.com (Dmitry Borzyonok) |
Package Create Date: | 2017-06-26 |
Package Last Update: | 2020-06-14 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:04:57 |
Package Statistics | |
---|---|
Total Downloads: | 752 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Package with laravel route commands.
composer require mcmatters/laravel-route-commands
Include the service provider within your config/app.php
file.
'providers' => [
McMatters\RouteCommands\ServiceProvider::class,
]
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.