Skip to content

Releases: InfyOmLabs/laravel-generator

v6.0.1

19 Apr 04:58
bbd6304
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

04 Apr 11:03
622e546
Compare
Choose a tag to compare

Features

  • Laravel 10 Support added
  • Minor fix in relation field from json file

v5.4.2

22 Dec 04:57
16e8cd5
Compare
Choose a tag to compare

What's Changed

v5.4.1

19 Sep 11:52
Compare
Choose a tag to compare

What's Changed

  • Delete key added in translations (thanks to @skys215)
  • Fixes in retrieve template in publish tables command

v5.4.0

27 Aug 06:28
453d1d3
Compare
Choose a tag to compare

Features

  • Chinese translations added (thanks to @skys215)

Fixes

  • Publish Table with livewire error fixed

v5.3.0

04 Aug 05:00
Compare
Choose a tag to compare

Features

  • #356 Added Support to add own variables

v5.2.0

25 Jul 05:48
Compare
Choose a tag to compare

Features

  • Support added to use vendor publish Templates. Read docs here for more

Changes

  • Lot of function's visibility changed from private to protected for overriding support

Removed

  • Publish Layout Command Removed (use laravel's inbuilt publish views instead). Read docs above

v5.1.0

24 Jul 10:15
Compare
Choose a tag to compare

New Features

  • Localization support added

v5.0.0

21 Jul 05:40
cfbd518
Compare
Choose a tag to compare

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 of config/infyom
  • various test cases added with pestphp
  • tableName option renamed to table
  • 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

29 Jun 05:16
51527ad
Compare
Choose a tag to compare

Fixes

  • User CRUD Fixes
  • Removed Application injection from the base repository (thanks to @cesarMtorres)