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.
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"
Please read the following steps to understand how to use this package. Quick start steps
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
For fast support, please join the Filament community discord and send me a message in this channel #workflow-manager
The MIT License (MIT). Please see License File for more information.