shlogg · Early preview
Paul Redmond @paulredmond

Laravel Kanban Board With Filament Framework

Add Kanban boards to your Laravel project with filament-kanban! Easily customize views, edit modal forms & more. Check demo apps: filament-kanban-example & filament-kanban-todo

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
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...