MCMatters / laravel-route-commands by MCMatters

755
2
1
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: 2025-04-14 15:04:47
Package Statistics
Total Downloads: 755
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 2
Total Watchers: 1
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.