← Back to projects
Filament Kanban Example
The skeleton application for the Laravel framework.
#Filament Kanban Todo
This is an example app to show you how you can use and customize Filament Kanban to create Kanban boards for your Filamentphp panel.
#Installation and Usage
- clone or download the repository
composer installcp .env.example .envphp artisan key:generatephp artisan migrate --seednpm install && npm run buildphp artisan serve