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.

426 B

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