Skip to content

marco-gallegos/lumen-api-route-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lumen API Route List

Provee el comando api:routes de laravel en lumen

Instalation

How to add this comand to your lumen project

Add Dependency

Add the dependency as dev for deployment optimization.

composer require CbxTechCorp/lumen-api-routes-list --dev

Enable The Command

Add this lines to bootstrap/app.php to load the command.

//list api routes
if (class_exists(CbxTechCorp\LumenApiRoutesList\ApiRoutesCommandServiceProvider::class)) {
    $app->register(CbxTechCorp\LumenApiRoutesList\ApiRoutesCommandServiceProvider::class);
};

Check the Result

php artisan api:routes

About

lumen extension to view registered dingo api routes

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy