dick/crud
最新稳定版本:0.8.18
Composer 安装命令:
composer require dick/crud
包简介
Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.
README 文档
README
Quickly build an admin interface for your Eloquent models, using Laravel 5. Erect a complete CMS at 10 minutes/model, max.
PROJECT NO LONGER ACTIVELY MAINTAINED
For important projects please use version 2 of this project, called Laravel Backpack.
Install
Via Composer
$ composer require dick/crud
Add this to your config/app.php, under "aliases":
'CRUD' => 'Dick\CRUD\CrudServiceProvider',
Usage
Check out the documentation at http://usedick.com/docs // TODO: improve documentation
In short:
-
Create a controller that extends CrudController.
-
Make your model use the CrudTrait.
-
Create a new resource route.
-
(optional) Define your validation rules in a Request files.
Screenshots
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email hello@tabacitu.ro instead of using the issue tracker.
Credits
- [Cristian Tabacitu][http://tabacitu.ro]
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 27
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-27