Skip to content

2.0.0

Choose a tag to compare

@tswonke tswonke released this 23 Mar 16:33
· 130 commits to master since this release
ba9ea6a

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