See what's new. Both from the Backpack team, and from developers just like you. Then publish articles to share your knowledge and get a little exposure.
In a recent project, I needed to customize my List and Create operations, to basically add content before or after the existing views. Turns out, in Backpack it's super-easy to do that, using Widgets. Widgets (aka cards, aka chart...
1 month ago
In previous articles, I've shown you how to: create an operation (EmailOperation) with a custom HTML form; use that operation on your UserCrudController, even if you're using PermissionManager; But... what about if we want a...
5 months ago
Say you’ve created a custom operation, and want to share it with other developers around the world. How do you do that? Well, it’s pret...
6 months ago
So you want to add a new operation to the UserCrudController, the one that our PermissionManager addon provides? Here’s how you can do...
7 months ago
I needed a form that sends an email to each user, directly from the admin panel. I already had a Users CRUD, so here's how I added a fo...
Some of our admins have been asking to do quick edits, right from the table view. We've always whipped up a custom solution for them ri...
8 months ago