dick/crud 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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:

  1. Create a controller that extends CrudController.

  2. Make your model use the CrudTrait.

  3. Create a new resource route.

  4. (optional) Define your validation rules in a Request files.

Screenshots

See http://usedick.com

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

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 23
  • Watchers: 4
  • Forks: 19
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-27