ringlesoft / laravel-process-approval

Laravel Process Approval is a Laravel package that makes it easy to add approvals to your Laravel application. It allows you to define approval workflows for any model, and it provides a simple and easy-to-use API/UI for managing approvals.
http://ringlesoft.com/packages/laravel-process-approval
MIT License
157 stars 19 forks source link

Also not working upon composer require package in laravel 9 #12

Closed ehtashamGH closed 6 months ago

ehtashamGH commented 6 months ago

The Package is not working with older versions of laravel. My is laravel 9. Can you help?

ringunger commented 6 months ago

This package only supports Laravel 10.0 or later. I will include this in the README file. Thanks