amttmg / crud
:description
1.0.1
2018-10-26 00:04 UTC
Requires
- illuminate/support: ~5
- laracasts/flash: ^3.0
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2025-03-22 06:42:01 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.