mcmatters/laravel-route-commands

756 2
Install
composer require mcmatters/laravel-route-commands
Latest Version:v1.2
PHP:>=7.0
License:MIT
Last Updated:Jun 14, 2020
Links: GitHub  ·  Packagist
Maintainer: MCMatters

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.