A Laravel CRUD Generator.
Require this package with composer using the following command:
$ composer require eliurkis/crud
After updating composer, add the service provider to the providers
array in config/app.php
Eliurkis\Crud\CrudServiceProvider::class,
$ composer test
Here you can find a repository with an example project using CRUD: https://github.com/eliurkis/crud-example
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.