Laravel-Backpack / addons

A place for the Backpack community to talk about possible Backpack add-ons.
5 stars 2 forks source link

[Add-On] Crud Resource - fluently define your Backpack CRUD Panels #35

Open phpfour opened 2 years ago

phpfour commented 2 years ago

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 image

UserCrudController.php image

Output

User Listing User Listing

User Create/Update User Create/Update

tabacitu commented 2 years ago

Whoohooo 🎉 Looks kickass. And very in-line with our plans for v6. Just tried it and added waaay too many suggestions 😅 Keep it up!