{"repo":"mokhosh/filament-kanban","free":true,"listed":false,"github":"https://github.com/mokhosh/filament-kanban","clone":"git clone https://github.com/mokhosh/filament-kanban.git","description":"Add kanban boards to your Filament pages","language":"PHP","stars":463,"topics":["filament-plugin","filamentphp","kanban","kanban-board","laravel"],"license":"MIT","category":"databases-storage","readme_excerpt":"Add kanban boards to your Filament pages Easily add Kanban board pages to your Filament panels. Installation You can install the package via composer: Publish the assets so the styles are correct: Before You Start [!IMPORTANT] You should have some Model with a status column. This column can be called status in the database or anything else. I'm also assuming there's a title column on your model, but you can have name or any other column to represent a title. I recommend you create a string backed Enum to define your statuses. You can use our IsKanbanStatus trait, so you can easily transform your enum cases for the Kanban board using the statuses method on your enum. I recommend you cast the status attribute on your Model to the enum that you have created. [!TIP] I also recommend you use the Spatie Eloquent Sortable package on your Model , and we will magically add sorting abilities to your Kanban boards. Usage You can create a new Kanban board called UsersKanbanBoard using this artisan command: This creates a good starting point for your Kanban board. You can customize the Kanban board to your liking. You should override the model property, so we can load your records. You should also override the statusEnum property, which defines your statuses. Upgrade Guide If you have version 1.x on your application, and you want to upgrade to version 2.x, here is your checklist: - [ ] You need to override $model and $statusEnum as mentioned in the last part - [ ] If you have published ka","default_branch":null,"files":null,"tree":[],"storefront":"/r/mokhosh","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/mokhosh/filament-kanban/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}