Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sohelamin/lumen-route-list
- Owner: sohelamin
- Created: 2015-07-01T18:31:51.000Z (over 9 years ago)
- Default Branch: 1.0
- Last Pushed: 2022-08-09T19:09:09.000Z (over 2 years ago)
- Last Synced: 2024-05-17T16:49:17.013Z (6 months ago)
- Topics: lumen, lumen-route
- Language: PHP
- Homepage: https://packagist.org/packages/appzcoder/lumen-routes-list
- Size: 12.7 KB
- Stars: 117
- Watchers: 9
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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