dev-master
9999999-dev https://github.com/amttmg/crud:description
MIT
The Requires
The Development Requires
by Amrit Tamang
laravel crud
Wallogit.com
2017 © Pedro Peláez
:description
This is where your description should go. Take a look at contributing.md to see a to do list., (*1)
Via Composer, (*2)
``` bash $ composer require amttmg/crud, (*3)
## Usage Step-1: Generate Crud master file. It will be located on ``app/CrudGenerate`` folder. ``` bash $ php artisan make:crud ModelName
Step-2: Find the newly generated file on app/CrudGenerate folder and edit what you want. You can add fields, change validations etc., (*4)
Step-3 After making crud file you have to generate model, controller, migration, request and views. to generate these files fun this command:, (*5)
bash
$ php artisan crud:generate CrudFileClassName
It will be replace if files are already exist.
br/
br/
Thank You. Enjoy !!!, (*6)
license. Please see the license file for more information., (*7)
:description
MIT
laravel crud