mannv/dingo-routes-list

Lumen Routes List Show, Dingo routes list in artisan

dev-master / 1.0.x-dev 2016-11-28 03:54 UTC

This package is not auto-updated.

Last update: 2024-05-20 13:31:02 UTC


README

Display The Lumen Registered Routes List Same As Laravel

Installation

  1. Run

    composer require mannv/dingo-routes-list:1.0.x@dev
    
  2. Add service provider into /bootstrap/app.php file.

    $app->register(Mannv\DingoRoutesList\RoutesCommandServiceProvider::class);
  3. Run composer update

Commands

php artisan route:list {default version name: API_VERSION}
EX: 
- artisan route:list v1
- artisan route:list v2

##Author ...