Skip to content
← 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 install
  • cp .env.example .env
  • php artisan key:generate
  • php artisan migrate --seed
  • npm install && npm run build
  • php artisan serve

New version available.