承接 apih/laravel-route-list-web 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

apih/laravel-route-list-web

最新稳定版本:v1.6.0

Composer 安装命令:

composer require apih/laravel-route-list-web

包简介

View all routes for your Laravel app via a web page in a browser

README 文档

README

Latest Version on Packagist Total Downloads License

This package provides a way to view your Laravel app routes via a web browser.

Screenshots

Light Mode
Dark Mode

Requirements

  • PHP: ^8.0
  • Laravel: ^8.0|^9.0|^10.0|^11.0|^12.0

Installation

You can install the package via Composer:

composer require apih/laravel-route-list-web --dev

The Apih\RouteListWeb\RouteListWebServiceProvider class is auto-discovered and registered by default.

If you want to register it yourself, add the service provider in config/app.php:

'providers' => [
    /*
     * Package Service Providers...
     */
    Apih\RouteListWeb\RouteListWebServiceProvider::class,
],

Usage

To view the routes in a web browser, just open /route:list path. For example, if your app domain is https://dev.test, open https://dev.test/route:list.

Security Vulnerabilities

If you discover any security related issues, please email hafizuddin_83@yahoo.com instead of using the issue tracker. Please prefix the subject with Laravel Route List Web:.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 4.33k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 17
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 17
  • Watchers: 1
  • Forks: 2
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-02-19