Download the PHP package mcmatters/laravel-route-commands without Composer
On this page you can find all versions of the php package mcmatters/laravel-route-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-route-commands
Laravel Route Commands
Package with laravel route commands.
Installation
Include the service provider within your config/app.php
file.
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.
All versions of laravel-route-commands with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version ^5.2 || 6.* || 7.*
illuminate/routing Version ^5.2 || 6.* || 7.*
illuminate/console Version ^5.2 || 6.* || 7.*
illuminate/support Version ^5.2 || 6.* || 7.*
illuminate/routing Version ^5.2 || 6.* || 7.*
illuminate/console Version ^5.2 || 6.* || 7.*
The package mcmatters/laravel-route-commands contains the following files
Loading the files please wait ....