This is an example app to show you how you can use and customize Filament Kanban to create Kanban boards for your Filamentphp panel.
- clone or download the repository
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
npm install && npm run build
php artisan serve