Reputation: 2113
I want to handle eloquent events. If i register a listener for a wildcard event 'eloquent.*' the handler callback takes, as parameter, the model instance that fired the event.
How can i find out the exact event that was fired?
Thanks in advance.
PS: i'm using Laravel 5.2.
Upvotes: 1
Views: 199