cloudcake / laravel-approval
Attach approvals to any model to prevent unauthorised updates.
Installs: 25 609
Dependents: 0
Suggesters: 0
Security: 0
Stars: 143
Watchers: 8
Forks: 14
Open Issues: 3
Requires (Dev)
- laravel/framework: ~5.5.0|~5.6.0|~5.7.0
- orchestra/testbench: ~3.4.0|~3.5.0|~3.6.0
- phpunit/phpunit: ~7.0
README
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.