Skip to content

amttmg/crud

Repository files navigation

CRUD

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.

About

Crud Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages