Add Kanban Boards to Your Laravel App in Seconds
Last updated on by Paul Redmond
Have you ever needed a simple Kanban-style board with swimlanes in a Laravel project? If you are using the Filament framework, you can easily add Kanban boards with the filament-kanban package by Mo Khosh:
You can create a new Kanban board in seconds using the plugin’s provided artisan make:kanban
command and easily customize the board in several ways. This package’s stable version (v2) includes the following features:
- Integrate a Kanban board with an Eloquent model
- Customizable modal appearance
- Customizable views
- Configurable edit modal form schema
- Customizable records query
- Customizable drag-and-drop behavior
- Dark mode support
- And more
Learn More
The plugin author, Mo, has two demo applications available to see this plugin in action: filament-kanban-example and filament-kanban-todo. To get started with this package, check out the Kaban Filament Plugin page, which includes installation, setup, and usage instructions. The source code is also available on GitHub.