mcmatters/laravel-route-commands

757 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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

610,259,779 9,704
laravel/framework

The Laravel Framework.

551,557,428 34,802
laravel/tinker

Powerful REPL for the Laravel framework.

462,518,693 7,436