v1.2.0
What's New?
This release includes multiple bug fixes. Also it includes multiple improvements. Here are few
- Nicely format any datetime, date or time field.
- Auto handles any boolean field.
- Better way of handling the file uploads.
- Lots of the validation rules are auto generated based on the data-type.
- Auto convert empty string to null for any nullable field.
Upgrade
If you are upgrading from a previous version, do the following two steps.
- Open the
composer.json
file. Change the version forcrestapps/laravel-code-generator
from existing to^1.2
. - Execute
composer update
command from the command-line to get the new version. - Re-publish the views to get the latest views using the following command
php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=default --force
Documentation
For full documentation read https://crestapps.com/laravel-code-generator/docs/1.2
Live demo can be found at https://crestapps.com/laravel-code-generator/demos/1.2
Enjoy it and happy coding!