Customizable Laravel Code Generator with templates.
- Generating packages with CRUD from a ready DB table or a schema file.
- Everything is customizable.
- Support for plain stub & blade engine
- Templates are yours, No forced structure.
composer require yassinedabbous/laravel-generex
Artisan command:
php artisan gen:pack {TableName}
-
If you didn't define a table name you will be asked you to choose one from the list.
-
Full command options:
php artisan gen:pack {TableName} --vendor={YourName} --package={PackageName} --connection={mysql}
-
Publish configuration:
php artisan vendor:publish --tag=generex-config
-
Publish templates:
php artisan vendor:publish --tag=generex-templates