Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcmatters/laravel-route-commands


https://github.com/mcmatters/laravel-route-commands

laravel laravel-command laravel-package

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Laravel Route Commands

Package with laravel route commands.

### Installation

```bash
composer require mcmatters/laravel-route-commands
```

Include the service provider within your `config/app.php` file.

```php
'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.