machecaz/marlon-lumen
Composer 安装命令:
composer require machecaz/marlon-lumen
包简介
README 文档
README
Usage
-
Register provider into
bootstrap/app.php:$app->register(Marlon\Lumen\Providers\MarlonLumenServiceProvider::class);
-
Add ErrorHandler trait to
app/Exceptions/Handler.php.
Commands
- make:request -> Create a FormRequest.
- make:response -> Create a Responsable class.
- run:test -> A shortcut command for run test using phpunit.
Enums
This package use spatie/enum for enable enum feature (we are waiting for php 8.1 that will provides native enum).
- RoleEnum -> user roles.
Helper classes
- Auth -> get values from marlon custom header (proxy will pass them).
- ValidationErrors -> a helper class for throw a ValidationException.
Traits
- ArrayObjectArrayable -> implements a recursive "objects to array" method.
- ErrorHandler -> core class for handle ValidationException and return a 422 response with errors.
- ObjectArrayable -> implements a recursive "object to array" method for object.
统计信息
- 总下载量: 119
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-03-11