PHPackages                             lastdino/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. lastdino/kanban-board

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

lastdino/kanban-board
=====================

This is my package KanbanBoard

v1.5(1mo ago)0197MITBladePHP ^8.0

Since Jul 16Pushed 1mo agoCompare

[ Source](https://github.com/lastdino/kanban-board)[ Packagist](https://packagist.org/packages/lastdino/kanban-board)[ Docs](https://github.com/lastdino/kanban-board)[ RSS](/packages/lastdino-kanban-board/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (12)Used By (0)

カンバンボード
=======

[](#カンバンボード)

[![Laravel](https://camo.githubusercontent.com/cbe1090ef53caf0c937c3a74104bb155afc851cd6653c7b0576b6a6f7a18527e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666c61742d737175617265266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/cbe1090ef53caf0c937c3a74104bb155afc851cd6653c7b0576b6a6f7a18527e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666c61742d737175617265266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)[![Livewire](https://camo.githubusercontent.com/2dfe3f85c690e2637c40f700c9ab07ceb860fdd0afc01eff1f9b6d98e35c2de6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c697665776972652d3445353641363f7374796c653d666c61742d737175617265266c6f676f3d6c69766577697265266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/2dfe3f85c690e2637c40f700c9ab07ceb860fdd0afc01eff1f9b6d98e35c2de6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c697665776972652d3445353641363f7374796c653d666c61742d737175617265266c6f676f3d6c69766577697265266c6f676f436f6c6f723d7768697465)[![PHP](https://camo.githubusercontent.com/cd416bc64c2939adf96d88a43d33b32b520e9273e25d3897fd48164f23fc42d5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d3737374242343f7374796c653d666c61742d737175617265266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/cd416bc64c2939adf96d88a43d33b32b520e9273e25d3897fd48164f23fc42d5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d3737374242343f7374796c653d666c61742d737175617265266c6f676f3d706870266c6f676f436f6c6f723d7768697465)

Laravelベースのカンバンボードパッケージです。Livewire 3とFlux UIを使用した、直感的なタスク管理システムを提供します。

要件
--

[](#要件)

- PHP 8.0以上
- Laravel 12.0以上
- Livewire 4.0以上
- Livewire Flux 2.0以上
- Spatie Laravel Media Library 11.13以上
- @tailwindcss/typography 0.5以上

インストール
------

[](#インストール)

### 1. Composerでインストール

[](#1-composerでインストール)

```
composer require lastdino/kanban-board
```

### 2. 設定ファイルの公開

[](#2-設定ファイルの公開)

```
php artisan vendor:publish --provider="Lastdino\KanbanBoard\KanbanBoardServiceProvider" --tag="kanban-config"
```

### 3. マイグレーションの実行

[](#3-マイグレーションの実行)

```
php artisan vendor:publish --provider="Lastdino\KanbanBoard\KanbanBoardServiceProvider" --tag="kanban-migrations"
php artisan migrate
```

### 4. アセットとビューの設定

[](#4-アセットとビューの設定)

このパッケージのスタイルを適用するために、以下のいずれかの操作を行ってください。

#### A. ビューを公開する場合

[](#a-ビューを公開する場合)

ビューを公開すると、パッケージのスタイルが自動的にプロジェクトのビルドに含まれます。

```
php artisan vendor:publish --provider="Lastdino\KanbanBoard\KanbanBoardServiceProvider" --tag="kanban-views"
```

#### B. CSSを直接インポートする場合

[](#b-cssを直接インポートする場合)

ビューを公開せずにスタイルのみを適用したい場合は、`resources/css/app.css` に以下の行を追加してください。

```
@import "../../packages/lastdino/kanban-board/dist/kanban-board.css";
```

### 5. アセットのビルド

[](#5-アセットのビルド)

設定後、アセットをビルドしてください。

```
npm run build
```

### 6. 言語ファイルの公開（オプション）

[](#6-言語ファイルの公開オプション)

```
php artisan vendor:publish --provider="Lastdino\KanbanBoard\KanbanBoardServiceProvider" --tag="kanban-lang"
```

### 6. Spatie Media Library の設定

[](#6-spatie-media-library-の設定)

このパッケージはファイル添付機能にSpatie Media Libraryを使用しています。Spatie Media Libraryのインストールと設定については、[公式ドキュメント](https://spatie.be/docs/laravel-medialibrary/v11/installation-setup)を参照してください。 基本的な設定ステップ：

```
# Spatie Media Libraryのマイグレーションを公開
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"

# マイグレーションを実行
php artisan migrate

# 設定ファイルを公開（オプション）
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="config"
```

機能
--

[](#機能)

- **プロジェクト管理**: 複数のプロジェクトを同時に管理
- **カラム管理**: カスタマイズ可能なワークフローステップ
- **タスク管理**: ドラッグ＆ドロップでのタスク移動
- **バッジシステム**: タスクの分類とラベリング
- **コメント機能**: タスクへのコメント追加
- **サブタスク機能**: タスクの階層管理
- **チェックリスト**: タスク内のチェックリスト機能
- **ファイル添付**: Spatie Media Libraryを使用したファイル管理
- **ファイル一覧**: プロジェクト内の全添付ファイルを一覧表示
- **Wiki機能**: プロジェクトごとのドキュメント管理機能

設定
--

[](#設定)

`config/kanban-board.php`で各種設定をカスタマイズできます：

```
return [
    // ユーザーモデルの設定
    'users_model' => "\App\Models\User",

    // ルート設定
    'routes' => [
        'prefix' => 'kanban',
        'middleware' => ['web', 'auth:web'],
        'guards' => ['web'],
    ],

    // 日付表示設定
    'datetime' => [
        'formats' => [
            'default' => 'Y-m-d H:i:s',
            'date' => 'Y-m-d',
            'time' => 'H:i:s',
            'year_month' => 'Y-m',
        ],
    ],

    // ユーザー表示設定
    'user' => [
        'display_name_column' => 'Full_name',
        'fallback_columns' => ['full_name', 'display_name', 'name'],
    ],
];
```

使用方法
----

[](#使用方法)

### ルート設定

[](#ルート設定)

パッケージは自動的に `/kanban` プレフィックスでルートを登録します。設定ファイルでカスタマイズ可能です。

デフォルトで使用可能な主要なルート：

- `/kanban/project_list` - プロジェクト一覧
- `/kanban/board` - カンバンボード（`project_id` パラメータが必要）
- `/kanban/wiki` - プロジェクトWiki（`project_id` パラメータが必要）
- `/kanban/project/files` - プロジェクト添付ファイル一覧（`project_id` パラメータが必要）

### タスクリマインダーの送信

[](#タスクリマインダーの送信)

期限が近づいているタスクのリマインダーを送信するコマンドを提供しています。

```
php artisan kanban:send-reminders
```

ライセンス
-----

[](#ライセンス)

MITライセンスの下で公開されています。詳細は [LICENSE](LICENSE) ファイルをご覧ください。

作者
--

[](#作者)

**Lastdino**

- GitHub: [github.com/lastdino](https://github.com/lastdino)
- Email:

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance90

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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 ~28 days

Recently: every ~23 days

Total

10

Last Release

48d ago

Major Versions

v0.0.1 → v1.02025-08-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a91f54a5ec14785c7b8531214937c76ec0ec0874736a709c2bd973fdb9e619b?d=identicon)[lastdino](/maintainers/lastdino)

---

Top Contributors

[![lastdino](https://avatars.githubusercontent.com/u/87484368?v=4)](https://github.com/lastdino "lastdino (30 commits)")

---

Tags

laravelLastdinokanban board

### Embed Badge

![Health badge](/badges/lastdino-kanban-board/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[revolution/self-ordering

Self Ordering System

2112.7k](/packages/revolution-self-ordering)[joelwmale/livewire-quill

Easily add QuillJS with image support to any Laravel Livewire component.

1314.0k](/packages/joelwmale-livewire-quill)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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