interlink / content-approval-workflow
A Laravel package for managing content approval workflows.
Package info
github.com/bdmoshiur/content-approval-workflow
pkg:composer/interlink/content-approval-workflow
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: 2026-03-09 20:14:19 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