Laravel Code Generator Versions Save

An efficient Laravel code generator, saving time by automating the creation of resources such as views, controllers, routes, migrations, languages, and form-requests. Highly flexible and customizable, it includes a cross-browser compatible template and client-side validation for application modernization.

v2.2.9

6 years ago

Fixes issue #59

v2.2.8

6 years ago

Fixes #52 Updates the documentation.

v2.2.7

6 years ago
  • 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

6 years ago

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

6 years ago

Fixes a bug when creating resources with-soft-delete.

v2.2.4

6 years ago

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

6 years ago

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

6 years ago

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

6 years ago

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

6 years ago

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