laravel-process-approval icon indicating copy to clipboard operation
laravel-process-approval copied to clipboard

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 ea...

Results 4 laravel-process-approval issues
Sort by recently updated
recently updated
newest added

This PR fixes some events and added some annotations along with the missing relation.

I want to check if its possible to add a "Return to previous approver" step using this package? My workflow: - Approval has 3 steps. - `employee -> manager ->...

![image](https://github.com/user-attachments/assets/14a1bb38-3c68-4cf2-95d0-f4bf433da589) As you can see above users table is hard coded for validation, there is an option to provide us custom model to act as a user table but we...