PHPackages                             tales-virtualy/filament-kanban-board - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tales-virtualy/filament-kanban-board

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tales-virtualy/filament-kanban-board
====================================

A reusable Kanban board for Filament PHP.

v1.0.6(4mo ago)08MITPHPPHP ^8.2

Since Jan 7Pushed 4mo agoCompare

[ Source](https://github.com/tales-virtualy/filament-kanban-board)[ Packagist](https://packagist.org/packages/tales-virtualy/filament-kanban-board)[ RSS](/packages/tales-virtualy-filament-kanban-board/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (8)Used By (0)

Filament Kanban Board
=====================

[](#filament-kanban-board)

A beautiful, interactive Kanban Board for Filament Panels. Manage your tasks with drag-and-drop, checklists, attachments, comments, and activity logs.

Features
--------

[](#features)

- 🚀 **Interactive Kanban Board**: Drag and drop cards between lists.
- 📋 **Checklists**: Add and manage checklists within cards.
- 📎 **Attachments**: Upload and manage files attached to cards.
- 💬 **Comments**: Team collaboration with card-level commenting.
- 🕒 **Activity logs**: Track everything that happens on a card.
- 👥 **Member Management**: Assign members to boards and cards.
- 🏷️ **Tags**: Categorize cards with custom tags.
- 📅 **Due Dates**: Set and track deadlines.
- 🔒 **Privacy**: Private or public boards.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require tales-virtualy/filament-kanban-board
```

Publish the configuration, migrations, and assets:

```
php artisan vendor:publish --tag="filament-kanban-board-config"
php artisan vendor:publish --tag="filament-kanban-board-migrations"
php artisan migrate
```

Configuration
-------------

[](#configuration)

The configuration file `config/kanban.php` allows you to customize:

- `user_model`: The model used for users (default: `App\Models\User`).
- `system_user_id`: ID used for system-generated activity logs.
- `storage_disk`: Disk used for attachments (default: `public`).
- `table_names`: Customize database table names.
- `table_names`: Customize database table names.

Styling
-------

[](#styling)

This package uses Tailwind CSS for styling. To ensure the board looks correct, you must include the package's views in your project's `tailwind.config.js` or `resources/css/app.css` (for Tailwind v4).

### For Tailwind v4 (`app.css`):

[](#for-tailwind-v4-appcss)

Add the `@source` directive to your `resources/css/app.css`:

```
@import 'tailwindcss';

@source '../../vendor/tales-virtualy/filament-kanban-board/resources/views/**/*.blade.php';
/* ... other imports */
```

### For Tailwind v3 (`tailwind.config.js`):

[](#for-tailwind-v3-tailwindconfigjs)

Add the Views path to the `content` array:

```
module.exports = {
    content: [
        './resources/**/*.blade.php',
        './vendor/tales-virtualy/filament-kanban-board/resources/views/**/*.blade.php',
    ],
    // ...
}
```

Usage
-----

[](#usage)

### Registering the Plugin

[](#registering-the-plugin)

Add the plugin to your Filament Panel Provider:

```
use FilamentKanban\FilamentKanbanPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentKanbanPlugin::make(),
        ]);
}
```

### Accessing the Boards

[](#accessing-the-boards)

Once registered, you can access the Kanban boards at `/admin/boards` (or your panel's equivalent).

Credits
-------

[](#credits)

- [Tales](https://github.com/tales-virtualy)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance77

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

124d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7f433d303bb7e48ba11f16976a3983bccc888fe93a2ca507f4d1f80061945a7?d=identicon)[tales-virtualy](/maintainers/tales-virtualy)

---

Top Contributors

[![tales-virtualy](https://avatars.githubusercontent.com/u/99059299?v=4)](https://github.com/tales-virtualy "tales-virtualy (6 commits)")

### Embed Badge

![Health badge](/badges/tales-virtualy-filament-kanban-board/health.svg)

```
[![Health](https://phpackages.com/badges/tales-virtualy-filament-kanban-board/health.svg)](https://phpackages.com/packages/tales-virtualy-filament-kanban-board)
```

###  Alternatives

[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[datlechin/filament-menu-builder

Create and manage menus and menu items

13550.3k2](/packages/datlechin-filament-menu-builder)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[codewithdennis/filament-lucide-icons

A Filament plugin that integrates Lucide icons, allowing you to use them seamlessly across Filament forms, tables, actions, and more.

4529.4k2](/packages/codewithdennis-filament-lucide-icons)[joaopaulolndev/filament-world-clock

Show hours around the world by timezone

3111.9k](/packages/joaopaulolndev-filament-world-clock)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
