Recipes
Short, end-to-end recipes for the setups teams reach for most often. Each recipe assumes you already completed Installation.
| Recipe | When to use it |
|---|---|
| Client-side inline data | Small datasets already in the controller |
| Doctrine server-side | Large entity tables with paging and search on the backend |
| Filters | Declarative filter popover on a server-side table |
| Actions with CSRF and voter | Edit/delete buttons with secure mutation endpoints |
| MoneyColumn | Currency amounts stored as cents |
| Mercure live updates | Auto-refresh when data changes elsewhere |