zitrone475/lumen-routes-command

Lumen 7 更新 - 所有功劳归功于Sohel Amin - 显示Lumen的路由列表

这个包的官方仓库似乎已消失,因此该包已被冻结。

1.1.2 2020-06-02 11:55 UTC

This package is auto-updated.

Last update: 2024-04-29 04:27:29 UTC


README

License

安装

  1. 运行

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

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

命令

php artisan route:list

作者

Sohel Amin