Releases: InfyOmLabs/laravel-generator
Releases · InfyOmLabs/laravel-generator
v6.0.1
What's Changed
- Fix: Skip Argument is Failing in L10 by @robertmarney in #1079
New Contributors
- @robertmarney made their first contribution in #1079
Full Changelog: v6.0.0...v6.0.1
v6.0.0
Features
- Laravel 10 Support added
- Minor fix in relation field from json file
v5.4.2
What's Changed
- Add locale/ar translation files by @Mosaab-Emam in #1051
- Always add max: validation to string type fields. by @jarkko-hautakorpi in #1046
- Fix migration-genaration dbType without ":" by @msksbt in #1044
v5.4.1
v5.4.0
v5.3.0
v5.2.0
v5.1.0
New Features
- Localization support added
v5.0.0
New Features
- All Templates are refactored with Blade Templates
- Livewire Tables Support Added
- Major Refactoring for various templates & code
- Publish Tables command for easy tables integration for DataTables and Livewire Tables
Changes
- config file is now published to the
config
folder directly instead ofconfig/infyom
- various test cases added with pestphp
tableName
option renamed totable
- swagger documentation improved
- Improved file input with extended documentation
Removed
jqueryDT
support removed- Various options were removed due to config file support including
save
,paginate
,datatables
,softDelete
,factory
,seeder
,localized
,repositoryPattern
,resources
- Layout Publish Command removed with improved use of laravel-ui-adminlte
v4.2.2
Fixes
- User CRUD Fixes
- Removed
Application
injection from the base repository (thanks to @cesarMtorres)