laravel-approval maintained by stephenlake
Description
Attach approvals to any model to prevent unauthorised updates.
Author
Last update
2020/12/31 08:29
(dev-master)
License
Downloads
16 621
Laravel Approval
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
Getting Started
Install the package via composer.
composer require cloudcake/laravel-approval
See documentation for usage.
License
This library is licensed under the MIT License - see the LICENSE.md file for details.