angry-big-cat/lumen-routes-list

显示 Lumen 的路由列表

v1.1.2 2022-06-30 02:09 UTC

This package is auto-updated.

Last update: 2024-09-29 06:14:48 UTC


README

Total Downloads Latest Stable Version Latest Unstable Version License

安装

  1. 运行

    composer require appzcoder/lumen-routes-list
    
  2. 将服务提供者添加到 /bootstrap/app.php 文件中。

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

命令

php artisan route:list

作者

Sohel Amin