Laravel Generator Versions Save

API and Admin Panel CRUD Generator for Laravel.

v6.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/InfyOmLabs/laravel-generator/compare/v6.0.0...v6.0.1

v6.0.0

1 year ago

Features

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

v5.4.2

1 year ago

What's Changed

v5.4.1

1 year ago

What's Changed

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

v5.4.0

1 year ago

Features

  • Chinese translations added (thanks to @skys215)

Fixes

  • Publish Table with livewire error fixed

v5.3.0

1 year ago

Features

  • #356 Added Support to add own variables

v5.2.0

1 year ago

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

1 year ago

New Features

  • Localization support added

v5.0.0

1 year ago

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

1 year ago

Fixes

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