stephenlake/laravel-approval

Attach approvals to any model to prevent unauthorised updates.

Maintainers

Package info

github.com/cloudcake/laravel-approval

pkg:composer/stephenlake/laravel-approval

Statistics

Installs: 15 858

Dependents: 0

Suggesters: 0

Stars: 143

Open Issues: 3

v1.1.4 2020-12-31 07:29 UTC

This package is auto-updated.

Last update: 2026-03-05 03:09:24 UTC


README

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.