You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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