rifayman/crud_mod

Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.

0.8.13 2015-10-07 10:27 UTC

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.

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.