Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
phpfour opened this issue Jun 29, 2022 · 1 comment
Open

Comments

@phpfour
Copy link

phpfour commented Jun 29, 2022

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
Copy link
Member

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

@tabacitu tabacitu pinned this issue Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants