Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sohelamin/lumen-route-list

Lumen Route List
https://github.com/sohelamin/lumen-route-list

lumen lumen-route

Last synced: 4 days ago
JSON representation

Lumen Route List

Awesome Lists containing this project

README

        

# Lumen Route List Display

[![Total Downloads](https://poser.pugx.org/appzcoder/lumen-routes-list/d/total.svg)](https://packagist.org/packages/appzcoder/lumen-routes-list)
[![Latest Stable Version](https://poser.pugx.org/appzcoder/lumen-routes-list/v/stable.svg)](https://packagist.org/packages/appzcoder/lumen-routes-list)
[![Latest Unstable Version](https://poser.pugx.org/appzcoder/lumen-routes-list/v/unstable.svg)](https://packagist.org/packages/appzcoder/lumen-routes-list)
[![License](https://poser.pugx.org/appzcoder/lumen-routes-list/license.svg)](https://packagist.org/packages/appzcoder/lumen-routes-list)

## Installation

1. Run
```
composer require appzcoder/lumen-routes-list
```

2. Add service provider into **/bootstrap/app.php** file.
```php
$app->register(Appzcoder\LumenRoutesList\RoutesCommandServiceProvider::class);
```
3. Run ```composer dump-autoload```

## Commands

```
php artisan route:list
```

## Author

Sohel Amin