eliurkis / crud
CRUD Generator
0.0.41
2019-04-01 12:01 UTC
Requires
- php: >=5.6
- illuminate/database: 5.5.*
- laravelcollective/html: 5.5.*
- spatie/laravel-medialibrary: ^6.0.0
This package is auto-updated.
Last update: 2024-12-29 04:59:23 UTC
README
A Laravel CRUD Generator.
Install
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,
Testing
$ composer test
Usage Example
Here you can find a repository with an example project using CRUD: https://github.com/eliurkis/crud-example
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email me@eliurkis.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.