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
We have just opened up a small backpack add-on that we've been using internally. It allows you to fluently define CRUD panels (following the convention from Laravel Nova). We are calling it CrudResource for now while we find a better name for it.
It seriously lacks documentation (we'll be adding it over the weekend), but if you want to try it out, then the fluent methods should have good mileage.
We're not sure if this is something the community needs - we just built it to scratch our own itch ¯\_(ツ)_/¯
Code Samples:
UserCrudResource.php
UserCrudController.php
Output
User Listing
User Create/Update
The text was updated successfully, but these errors were encountered:
Hey Guys,
We have just opened up a small backpack add-on that we've been using internally. It allows you to fluently define CRUD panels (following the convention from Laravel Nova). We are calling it
CrudResource
for now while we find a better name for it.https://github.com/figlabhq/crud-resource-for-backpack
It seriously lacks documentation (we'll be adding it over the weekend), but if you want to try it out, then the fluent methods should have good mileage.
We're not sure if this is something the community needs - we just built it to scratch our own itch
¯\_(ツ)_/¯
Code Samples:
UserCrudResource.php

UserCrudController.php

Output
User Listing

User Create/Update

The text was updated successfully, but these errors were encountered: