Package Data | |
---|---|
Maintainer Username: | rifayman |
Maintainer Contact: | hello@infinety.com (Infinety) |
Package Create Date: | 2015-11-05 |
Package Last Update: | 2017-03-20 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-15 03:03:17 |
Package Statistics | |
---|---|
Total Downloads: | 16 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Quickly build an admin interface for your Eloquent models, using Laravel 5. Erect a complete CMS at 10 minutes/model, max.
Via Composer
$ composer require dick/crud
Add this to your config/app.php, under "aliases":
'CRUD' => 'Dick\CRUD\CrudServiceProvider',
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.
See http://usedick.com
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email hello@tabacitu.ro instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.