I want to have an event listener binding with a model event updating. For instance, after a post is updated, there\'s an alert notifying the updated post ti
updating
Event::listen('eloquent.created: ModelName', function(ModelName $model) { //... })