2017 © Pedro Peláez
 

library crud

:description

image

amttmg/crud

:description

  • Monday, July 23, 2018
  • by amttmg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CRUD

This is where your description should go. Take a look at contributing.md to see a to do list., (*1)

Installation

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

license. Please see the license file for more information., (*7)

The Versions

23/07 2018