Stars: 131
Forks: 11
Pull Requests: 10
Issues: 19
Watchers: 9
Last Updated: 2023-03-18 15:11:21
Attach an approval process to any model, approve and disapprove from any other model, for Laravel.
License: MIT License
Languages: PHP
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.