Skip to content

Releases: CrestApps/laravel-code-generator

v1.1.1

30 Jan 01:44
Compare
Choose a tag to compare

This release includes few bug fixes.

If you are upgrading from a previous version, make sure you publish the views to get the latest views via the following command

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

To upgrade to the latest version run the following command via the command-line

composer update

For full documentation read https://crestapps.com/laravel-code-generator/docs/1.1

Live demo can be found at https://crestapps.com/laravel-code-generator/demos/1.1

v1.1.0

23 Jan 21:28
Compare
Choose a tag to compare

In this release we completely removed the Laravel-Collective as a dependency. However, there is a full support for Larave-Collective. You still have the option to generate code using Laravel-Collective package.

For full documentation read https://crestapps.com/laravel-code-generator/docs/1.1

v1.0.4

16 Jan 01:28
Compare
Choose a tag to compare

This release fixes couple comparability bugs for Laravel 5.1 & Laravel 5.2. Additionally, it contains another awesome feature that allows you to easily generate resource from existing database. Yes, given a database's table, this feature will generate model, controller, routes and all the views from a single command!

v1.0.3

09 Jan 02:03
Compare
Choose a tag to compare

This release contains multiple bug fixes.
Additionally, the following features have been added

  1. Client-side validation
  2. Automatic handling for checkbox and multiple select menu

Full documentation available at CrestApps.com.

v1.0.2

05 Jan 03:40
Compare
Choose a tag to compare

This release contains multiple bug fixes.
Additionally, the following features have been added

  1. Ability to generate file upload code.
  2. Change the template on the fly
  3. option to put the radio button or checkboxes inline.

Full documentation available at CrestApps.com.

v1.0.1

01 Jan 01:37
Compare
Choose a tag to compare

This release contains few bug fixes.

Full documentation available at CrestApps.com.

v1.0.0

31 Dec 21:34
Compare
Choose a tag to compare

The first release of this awesome package