You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| src | 8 years ago | |
| tests | 8 years ago | |
| .gitignore | 8 years ago | |
| .travis.yml | 8 years ago | |
| LICENSE | 8 years ago | |
| composer.json | 8 years ago | |
| phpunit.xml | 8 years ago | |
| readme.md | 8 years ago | |
readme.md
Laravel Simple CRUD Generator
This is a package to create simple CRUD on your Laravel 5.4 application.
How to install
Install this package through Composer. Run following from terminal:
composer require luthfi/simple-crud-generator
Update config/app.php, add provider and aliases :
// providers
Luthfi\CrudGenerator\CrudGeneratorServiceProvider::class,