heloufir / filament-workflow-manager
Manage your own workflows with filament
Fund package maintenance!
heloufir
Installs: 1 208
Dependents: 0
Suggesters: 0
Security: 0
Stars: 65
Watchers: 1
Forks: 18
Open Issues: 8
Language:Blade
Requires
- filament/filament: ^2.13
README
This package provides a Filament resource where you can configure and manage your workflows, and also provides some functions, helpers, traits, ... to help you attach statuses to your configured models.
Installation
You can install the package via composer:
composer require heloufir/filament-workflow-manager
The package comes with publishable assets:
Migrations
php artisan vendor:publish --tag="filament-workflow-manager-migrations"
Config file
php artisan vendor:publish --tag="filament-workflow-manager-config"
Quick start
Please read the following steps to understand how to use this package. Quick start steps
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.
Support
For fast support, please join the Filament community discord and send me a message in this channel #workflow-manager
Credits
License
The MIT License (MIT). Please see License File for more information.