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.4.0

4 years ago

v2.3.3

4 years ago

Fixes #116 for non-windows users.

v2.3.2

5 years ago

Fixed #114

v2.3.1

5 years ago

Fix #108, 109, and #110

v2.2.14

5 years ago

Fix #109 and #110

v2.3.0

5 years ago

This release does not yet have official documentation. However, you can get started by reviewing the ChangeLog file

HELP WANTED Version v2.3 needs to be documented before it can be released. If you are able to contribute, please read the change-log in v2.3 branch and document it in the CrestApps-site repository. For any help, my email can be found in the composer.json file, feel free to send me an email.

v2.2.13

5 years ago

This release contains multiple fix the following bugs #97, #98, #99, #101, #102

Also, enables support for Laravel 5.7 and 5.8.

v2.2.12

5 years ago

Fixed #71

Make sure you publish the resources again after the upgrade to fix the templates.

php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=default

v2.2.11

5 years ago

Fixed Bug #66

v2.2.10

5 years ago

Fixes #60