| Package Data | |
|---|---|
| Maintainer Username: | eliurkis |
| Maintainer Contact: | eliurkis@gmail.com (Eliurkis Diaz) |
| Package Create Date: | 2016-12-27 |
| Package Last Update: | 2019-04-01 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-09 15:02:02 |
| Package Statistics | |
|---|---|
| Total Downloads: | 796 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 2 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
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 me@eliurkis.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.