amttmg / crud
:description
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/amttmg/crud
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-10-04 09:01:10 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.