amttmg/crud

1.0.1 2018-10-26 00:04 UTC

This package is not auto-updated.

Last update: 2024-05-04 02:21:27 UTC


README

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require amttmg/crud

Usage

Step-1: Generate Crud master file. It will be located on app/CrudGenerate folder.

$ 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.

Step-3 After making crud file you have to generate model, controller, migration, request and views. to generate these files fun this command:

$ php artisan crud:generate CrudFileClassName

It will be replace if files are already exist.

Thank You. Enjoy !!!

License

license. Please see the license file for more information.