Attach approvals to any model to prevent unauthorised updates.
stephenlake/laravel-approval is a Laravel package for attach approvals to any model to prevent unauthorised updates..
It currently has 143 GitHub stars and 16.971 downloads on Packagist (latest version v1.1.4).
Install it with composer require stephenlake/laravel-approval.
Discover more Laravel packages by stephenlake
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Approval allows any model to be attached to an approval process. Any configured models (plural, not just the user/auth model) can approve and disapprove changes based on a provided authorize method.
Made with ❤️ by Stephen Lake
Install the package via composer.
composer require cloudcake/laravel-approval
This library is licensed under the MIT License - see the LICENSE.md file for details.