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

Attach approvals to any model to prevent unauthorised updates.

16.971
143
v1.1.4
About stephenlake/laravel-approval

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

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