定制 itul/larabuilder 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

itul/larabuilder

最新稳定版本:v2.0.5

Composer 安装命令:

composer require itul/larabuilder

包简介

Builder Class for debugging in laravel

README 文档

README

Latest Version on Packagist Total Downloads

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.

URLMethod
example.com/builder/testpublic function test(...)
example.com/builder/complex-namepublic function complex_name(...)

Credits

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-05-20