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 e5d5a7df57 Added Controller class, feature test class and model unit test class 8 years ago
src Added Controller class, feature test class and model unit test class 8 years ago
tests Added Controller class, feature test class and model unit test class 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