9th Sep 2017
-
Support for Laravel 5.4 & 5.5
-
DataTables 8.0 support
-
We just focused on AdminLTE templates and deprecated all other templates
-
Default Enabled sidebar Menus
-
Improved PHPDOC declarations, helps IDE's find their way around.
-
Dependency packages of repository and notification updated
-
#318 -
Can't skip relations
-
#350 -
Custom Primary Key name in test cases
-
Add checkbox in fields.blade.php when htmlType is boolean
-
#381 -
Prevent generator crash with "Undefined index"
-
#364 -
bug fix when using fromTable option
-
#208 -
Allow ignore for models
-
use copy of inputs array before applying array_shift
-
add checkbox in fields.blade.php when htmlType is boolean
-
Prevent generator crash with "Undefined index"
-
#368 -
bug fix when using fromTable option
-
Update TestTraitGenerator.php
-
#414 -
Fix enum in TestTraitGenerator.php
-
#423 -
Solve generating fields from jsonFromGUI
-
#444 -
Fixed incorrect use statements in repository_test.stub
-
#457 -
Generate Scaffold from table fails writing PHPDocType because relations
-
#464 -
Error calling getForeignKey Method of HasMany class
24th Sep 2016
-
Slash model names added with dynamic variables, $MODEL_NAME_SLASH$ & $MODEL_NAME_PLURAL_SLASH$
-
#309 -
Directly Specify files name from schema folder while using --fieldsFile option
-
Datatables scripts and css are added as a separate partials
-
Primary key option used in views
-
JSON Model file generation fixed
-
Textarea not generated fix
-
Return false in api with 404 when model not found
-
Datatable file deleted while rollback
-
labels are not generated for Select fixed
-
#291 -
Default values in database migration doesn't work
27th Aug 2016
-
Laravel 5.3 Support Added.
-
Relationship functions support on model from Console, Fields File & from Table. (Thanks to
@jschlies contribution)
-
Foreign key generation support into migration
-
#217 -
Support for column visibility in datatables
-
New update schema for fields file with relations support.
-
Separate Branches per Laravel version (5.1, 5.2, 5.3)
-
More easy way to pass inputs on console.
-
Various enhancements for Model names at various places like, views folder name, in views, flash messages
etc.
-
#206 -
routes are made snake_case instead of camelCase
-
#232 -
Published layout templates are not used while layout publish command
-
#102 -
Patch method added into routes
-
#166
#174
#179
#218
AppBaseController fixed with publishing on base controller directory
-
#205 -
ROUTE_NAMED_PREFIX not properly replaced
-
#209 -
Migration rollback not working fixed
-
#241 -
Migration is not generated with proper camelCase Name
-
#231 -
Swagger documentation for Models fixed
-
#238 -
Command not working with Laravel 5.1