• Stars
    star
    135
  • Rank 263,963 (Top 6 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Attach an approval process to any model, approve and disapprove from any other model, for Laravel.

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.