interlink / content-approval-workflow
A Laravel package for managing content approval workflows.
dev-main
2024-12-09 17:15 UTC
Requires
- php: >=8.0
- illuminate/support: ^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^7.0|^8.0
- phpunit/phpunit: ^9.0|^10.0
This package is auto-updated.
Last update: 2025-06-09 18:35:05 UTC
README
A Laravel package to simplify content approval processes in your application. It provides role-based approval functionality, customizable states, email notifications, and workflow tracking.
Features
- Role-based Approval System: Supports roles like
Submitter
,Reviewer
, andApprover
. - Customizable States: Define custom states such as
Draft
,In Review
,Approved
, etc. - Email Notifications: Notify users about status changes.
- Workflow Logging: Track the history of approval processes.
- Modular Structure: Extensible and adheres to Laravel's best practices.
Table of Contents
Installation
Install the package via Composer:
composer require interlink/content-approval-workflow