Releases: CrestApps/laravel-code-generator
v2.2.9
v2.2.8
v2.2.7
-
Added capability to lock down resource from with in the resource file. This is helpful if you make code changes to a file and you want the code generator to protect the file from accidentally overriding it when using --force
-
When creating resources from existing database, the table name is stored in the resource-file. This step will save you from having to provide the table name via command line each time you create model.
v2.2.6
Fixes a bug when creating resources from existing MySQL Database where the schema does not meet the standard naming convention.
There are minor updates to the config file that should be published. After the upgrade, make sure you publish the resources using the following command
php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=default --force
v2.2.5
Fixes a bug when creating resources with-soft-delete.
v2.2.4
Fixed a bug with multipleSelect
controls
If you are upgrading from v2.0, v2.1, v2.2, or 2.3 to v2.4 make sure you publish the vendor resource. There are some updates to the config file.
php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=default --force
v2.2.3
Fix couple of bug found in the previous version. Also, improved detecting the foreign header field.
If you are upgrading from v2.0, v2.1 or v2.2 to v2.3 make sure you publish the vendor resource. There are some updates to the config file.
php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=default --force
v2.2.2
Upgrade
- If you are upgrading from v2.0 or v2.1 to v2.3 make sure you publish the vendor resource. There are some changes to the templates that required to be updated.
php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=default --force
- If you are upgrading any version prior v2.2 follow the upgrade instruction on https://crestapps.com/laravel-code-generator/docs/2.2#upgrade-guide
v2.2.1
Fixed couple bugs that caused generating code with Laravel-Collective error.
For documentation, please visit https://crestapps.com/laravel-code-generator/docs/2.2
v2.2.0
Version 2.2 introduces very exciting features, more flexibility and less work for you out of the box! It also, adds support for the new features that were introduced in Laravel 5.5
For more more info visit https://crestapps.com/laravel-code-generator/docs/2.2#release-notes
A full demo can be found at
https://crestapps.com/laravel-code-generator/demos/v2-2
Full documentation can be found on https://crestapps.com/laravel-code-generator/docs/2.2