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.
Nafies Luthfi 0020a19a31 Added migration file generator 8 years ago
src Added migration file generator 8 years ago
tests Added migration file generator 8 years ago
.gitignore Init Package 8 years ago
.travis.yml Init Package 8 years ago
LICENSE Init Package 8 years ago
composer.json Init Package 8 years ago
phpunit.xml Init Package 8 years ago
readme.md Init Package 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,

How to use