Download the PHP package amiralidev/filament-todo without Composer
On this page you can find all versions of the php package amiralidev/filament-todo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amiralidev/filament-todo
More information about amiralidev/filament-todo
Files in amiralidev/filament-todo
Package filament-todo
Short Description A Filament Kanban Todo plugin.
License MIT
Homepage https://github.com/amiralidev/filament-todo
Informations about the package filament-todo
Filament Todo Board
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.

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:
[!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):
You can publish and run the migrations with:
You can publish the config file with:
Usage
Registering the Plugin
You can register the plugin in your Panel provider (e.g., AdminPanelProvider.php):
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:
Testing
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
- Amiralidev
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-todo with dependencies
filament/filament Version ^3.0|^4.0|^5.0
filament/forms Version ^3.0|^4.0|^5.0
filament/tables Version ^3.0|^4.0|^5.0
spatie/laravel-package-tools Version ^1.15.0