itul/larabuilder
最新稳定版本:v2.0.5
Composer 安装命令:
composer require itul/larabuilder
包简介
Builder Class for debugging in laravel
关键字:
README 文档
README
The iTul Builder Class for laravel. This automates the same routes/traits/classes that are usually installed for debugging a project in laravel.
Installation
You can install the package via composer:
composer require itul/larabuilder
Usage
Once the package is installed into a laravel project, the routes and controller are automatically built.
The controller will be placed in app/Http/Controllers/BuilderController.php
If the $_allowedUsers array has any email addresses in it, only the users with those emails will be allowed to execute a builder method.
The builder controller can auto route any public method name from a URI.
Routing Examples
Within the builder controller any method that is added will automatically route by it's name.
| URL | Method |
|---|---|
| example.com/builder/test | public function test(...) |
| example.com/builder/complex-name | public function complex_name(...) |
Credits
统计信息
- 总下载量: 3.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-20