← Back to projects
Filament Kanban Todo
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 a simple Kanban task management app.
#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