Releases: CrestApps/laravel-code-generator
v1.1.1
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
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
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
This release contains multiple bug fixes.
Additionally, the following features have been added
- Client-side validation
- Automatic handling for checkbox and multiple select menu
Full documentation available at CrestApps.com.
v1.0.2
This release contains multiple bug fixes.
Additionally, the following features have been added
- Ability to generate file upload code.
- Change the template on the fly
- option to put the radio button or checkboxes inline.
Full documentation available at CrestApps.com.
v1.0.1
This release contains few bug fixes.
Full documentation available at CrestApps.com.
v1.0.0
The first release of this awesome package