getting started
Overview
What Advanced Kanban is, what it does, and what it needs to run.
Advanced Kanban is a premium Filament PHP plugin that turns any status field into a production-ready Kanban board. Teams see their workflow as columns, move records with drag and drop, and reach the rest of Filament — actions, forms, filters — from the card itself.
Try the live demo or watch the walkthrough.
What you get
Core
- Drag and drop between columns, with card positions when you enable them
- Card reordering inside a column and across columns, backed by a single write per drop
- Workflow transitions so a card only moves where your process allows
- Real-time search across fields and relations
- Filters built from a Filament form schema, plus tab filters
- Pagination per column, with more records loaded on scroll
Beyond the basics
- Actions on records, column headers, and the page header
- Custom card and column components you generate and edit as Blade
- Record locking driven by your own closure
- Query hooks on the board and on each column
- Translations through Filament's translation system
When to use it
- Task management — project tracking, bug boards, feature development
- Approval workflows — content review, documents, purchase requests
- Content pipelines — publishing, video production, design review
- Issue tracking — support tickets, bug reports, feature requests
- Any status-driven process — sales pipelines, recruitment, inventory
Requirements
| Requirement | Version |
|---|---|
| PHP | 8.2 or higher |
| Laravel | 11.x or higher |
| Filament | 4.x or 5.x |
Next: install the package.