alex-oliveira/ao-scrud
最新稳定版本:1.0.2
Composer 安装命令:
composer require alex-oliveira/ao-scrud
包简介
Resources for a Super C.R.U.D. with Laravel.
README 文档
README
1) Install
$ composer require alex-oliveira/ao-scrud
2) Configure "config/app.php" file
'providers' => [
/*
* Vendor Service Providers...
*/
AoScrud\ServiceProvider::class,
],
3) Configure "app/Exceptions/Handler.php" file
class Handler extends ExceptionHandler
{
use \AoScrud\Core\ScrudHandler;
.
.
.
public function render($request, Exception $exception)
{
return $this->scrudRender($request, $exception);
}
.
.
.
}
Utilization
Discover all in the wiki.
统计信息
- 总下载量: 278
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-12