Skip to content

Releases: webfactor/laravel-generators

2.1.0

30 Mar 17:10
8833c5c

Choose a tag to compare

Update for Backpack Base 0.9

  • RouteService now uses routes/backpack/custom.php (replaces routes/admin.php, prefix/namespace/middleware have to be defined in the applications RouteServiceProvider)
  • Add SidebarService for automatically add a sidebar entry

2.0.2

24 Mar 16:26
672a662

Choose a tag to compare

Refactoring

  • new FieldTypes can easily be added

2.0.1

24 Mar 00:04
f4d3663

Choose a tag to compare

Added

  • added some basic FieldType classes

Changed

  • refactored some parts

2.0.0

23 Mar 16:33
ba9ea6a

Choose a tag to compare

Added

  • LanguageService generates models.php translation file (if not exists) and fill singular/plural translation
  • OpenIdeService opens all generated file with PhpStorm if command is called with --ide={ide}
  • RouteService adds Backpack Crud route to admin.php

Changed

  • BackpackCrudModelService will fill $fillable in Model automatically from scheme (if given)
  • BackpackCrudRequestService will fill rules() in Request automatically from scheme (if given)
  • BackpackCrudControllerService will add CrudFields and CrudColumns in Controller automatically from scheme (if given) - very rudimentary for now, more functionality planned

1.2.0

18 Mar 22:50
3cb5180

Choose a tag to compare

Added

  • integrate backpack crud commands and stubs

1.1.1

17 Mar 21:23

Choose a tag to compare

Fixed

  • function calls for conversion names

1.1.0

17 Mar 21:04

Choose a tag to compare

  • complete refactoring to be more flexible
  • add --schema option for migrations

Initial Version

16 Mar 22:32

Choose a tag to compare

1.0.0

[EH] initial version