Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 422 Bytes

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