定制 amiralidev/filament-todo 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

amiralidev/filament-todo

最新稳定版本:v1.0.9

Composer 安装命令:

composer require amiralidev/filament-todo

包简介

A Filament Kanban Todo plugin.

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A powerful and beautiful Kanban-style Todo board plugin for Filament. Manage your tasks and lists with ease using a drag-and-drop interface within your Filament panels.

Filament Todo Board

Features

  • Kanban Board: Drag and drop tasks between lists.
  • Task Management: Create, update, and delete tasks and lists.
  • Filament Integration: Seamlessly integrates as a page or a dashboard widget.
  • Customizable: Easy to configure and extend.

Installation

You can install the package via composer:

composer require amiralidev/filament-todo

Important

If you have not set up a custom theme and are using Filament Panels, follow the instructions in the Filament Docs first.

After setting up a custom theme, add the plugin's views to your theme's CSS file (usually resources/css/filament/admin/theme.css):

@source '../../../../vendor/amiralidev/filament-todo/resources/**/*.blade.php';

You can publish and run the migrations with:

php artisan vendor:publish --tag="filament-todo-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="filament-todo-config"

Usage

Registering the Plugin

You can register the plugin in your Panel provider (e.g., AdminPanelProvider.php):

use Amiralidev\Filament\TodoPlugin;

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

This will automatically add the Todo Board page to your navigation and make the Todo Board Widget available.

Customizing the Widget

If you want to use the widget on your dashboard, you can add it to your panel's widgets() array:

use Amiralidev\Filament\Widgets\TodoBoardWidget;

public function panel(Panel $panel): Panel
{
    return $panel
        ->widgets([
            TodoBoardWidget::class,
        ]);
}

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固