All Projects → appzcoder → Lumen Route List

appzcoder / Lumen Route List

Lumen Route List

Labels

Projects that are alternatives of or similar to Lumen Route List

Laravel Elasticsearch
An easy way to use the official Elastic Search client in your Laravel applications.
Stars: ✭ 717 (+563.89%)
Mutual labels:  lumen
Kickstarts
💻 No setup, just development!
Stars: ✭ 57 (-47.22%)
Mutual labels:  lumen
Lumen Cors
CORS module for the Lumen PHP framework.
Stars: ✭ 88 (-18.52%)
Mutual labels:  lumen
Jsonrpc
JsonRpc Server extension for Laravel/Lumen
Stars: ✭ 23 (-78.7%)
Mutual labels:  lumen
Lumen Doctrine
Doctrine module for the Lumen PHP framework.
Stars: ✭ 41 (-62.04%)
Mutual labels:  lumen
Laravel Sensitive
过滤敏感词汇的laravel包,使用DFA算法
Stars: ✭ 63 (-41.67%)
Mutual labels:  lumen
Lumen Passport
Making Laravel Passport work with Lumen
Stars: ✭ 585 (+441.67%)
Mutual labels:  lumen
Larasupport
📦 Adds Laravel Packages Support to Lumen and Vendor Publish Artisan Command.
Stars: ✭ 104 (-3.7%)
Mutual labels:  lumen
Lumen Elasticsearch
Simple wrapper of https://github.com/elastic/elasticsearch-php for the Lumen PHP framework.
Stars: ✭ 56 (-48.15%)
Mutual labels:  lumen
Laravel Url Shortener
Powerful URL shortening tools in Laravel
Stars: ✭ 80 (-25.93%)
Mutual labels:  lumen
Lumen Api Demo
Lumen rest api demo with Dingo/Api, JWT, CORS, PHPUNIT
Stars: ✭ 856 (+692.59%)
Mutual labels:  lumen
Http Basic Auth Guard
HTTP Basic Auth Guard for Lumen 5.x
Stars: ✭ 39 (-63.89%)
Mutual labels:  lumen
Lumen Api Oauth
A RESTful API based on Lumen micro-framework with OAuth2.
Stars: ✭ 73 (-32.41%)
Mutual labels:  lumen
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+590.74%)
Mutual labels:  lumen
Larafast Fastapi
A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model.. etc
Stars: ✭ 91 (-15.74%)
Mutual labels:  lumen
Laravel Responder
A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
Stars: ✭ 673 (+523.15%)
Mutual labels:  lumen
Laravel Health Check
A package for checking the health of your Laravel & Lumen applications
Stars: ✭ 59 (-45.37%)
Mutual labels:  lumen
Taobao Top Client
Taobao top client(SDK) for laravel
Stars: ✭ 105 (-2.78%)
Mutual labels:  lumen
Laravel Aspect
aspect oriented programming Package for laravel framework
Stars: ✭ 98 (-9.26%)
Mutual labels:  lumen
Laravel Sqs Fifo Queue
Adds a Laravel queue driver for Amazon SQS FIFO queues.
Stars: ✭ 75 (-30.56%)
Mutual labels:  lumen

Lumen Route List Display

Total Downloads Latest Stable Version Latest Unstable Version License

Installation

  1. Run

    composer require appzcoder/lumen-routes-list
    
  2. Add service provider into /bootstrap/app.php file.

    $app->register(Appzcoder\LumenRoutesList\RoutesCommandServiceProvider::class);
    
  3. Run composer dump-autoload

Commands

php artisan route:list

Author

Sohel Amin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].