Download the PHP package yassinedabbous/laravel-generex without Composer
On this page you can find all versions of the php package yassinedabbous/laravel-generex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yassinedabbous/laravel-generex
More information about yassinedabbous/laravel-generex
Files in yassinedabbous/laravel-generex
Download yassinedabbous/laravel-generex
More information about yassinedabbous/laravel-generex
Files in yassinedabbous/laravel-generex
Vendor yassinedabbous
Package laravel-generex
Short Description Customizable Laravel Code Generator with templates for CRUD, Validation, Policies, Events, Notifications, API & views
License MIT
Homepage https://github.com/YassineDabbous/laravel-generex
Package laravel-generex
Short Description Customizable Laravel Code Generator with templates for CRUD, Validation, Policies, Events, Notifications, API & views
License MIT
Homepage https://github.com/YassineDabbous/laravel-generex
Please rate this library. Is it a good library?
Informations about the package laravel-generex
Laravel Generex
Customizable Laravel Code Generator with templates.
✨ Features
- 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.
🔻 Installation
composer require yassinedabbous/laravel-generex
🧑💻 Usage
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}
⚙️ Configuration
-
Publish configuration:
php artisan vendor:publish --tag=generex-config
-
Publish templates:
php artisan vendor:publish --tag=generex-templates
All versions of laravel-generex with dependencies
PHP Build Version
Package Version
The package yassinedabbous/laravel-generex contains the following files
Loading the files please wait ....