Laravel Packages

Add Kanban Boards to Your Laravel App in Seconds

Published
Add Kanban Boards to Your Laravel App in Seconds image

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:

Example Kanban board using the filament-kanban plugin
Example Kanban board using the filament-kanban plugin

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.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article