mtvs/eloquent-approval

Suggestion: Trigger events after approve/reject/suspend

Opened this issue · 2 comments

Any way to implement events to be triggered after these actions?

mtvs commented

Hi, good suggestion. It was on my list for future developments too.

Eloquent has a HasEvents concern and uses an instance of the Illuminate\Events\Dispatcher.

mtvs commented

Now v1.2 supports approval events. You can checkout the readme