MCMatters / laravel-route-commands by MCMatters

751
2
2
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-04-26 03:08:16
Package Statistics
Total Downloads: 751
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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.