Filament Workflow Manager
This package provides a Filament resource where you can configure and manager 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.
Credits
License
The MIT License (MIT). Please see License File for more information.