LaravelPackages.net
Acme Inc.
Toggle sidebar
cloudcake/laravel-approval

Attach approvals to any model to prevent unauthorised updates.

27.503
143
v1.1.4
About cloudcake/laravel-approval

cloudcake/laravel-approval is a Laravel package for attach approvals to any model to prevent unauthorised updates.. It currently has 143 GitHub stars and 27.503 downloads on Packagist (latest version v1.1.4). Install it with composer require cloudcake/laravel-approval. Discover more Laravel packages by cloudcake or browse all Laravel packages to compare alternatives.

Last updated

Laravel Approval

tests scrutinzer downloads release license

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.

Star History Chart