dick / crud
Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.
Installs: 3 261
Dependents: 2
Suggesters: 0
Security: 0
Stars: 23
Watchers: 4
Forks: 19
Open Issues: 24
Requires
- php: >=5.3.0
- illuminate/support: ~5.1
- prologue/alerts: 0.*
- zizaco/entrust: 1.4.*
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2019-02-20 19:26:37 UTC
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.