I\'m using the Laravel 4 framework and I am trying to work out a way to display notifications depending on whether a save() was successful or not. Here\'s what I ha
save()
You can take a look at the getDirty() method in the Eloquent model (model.php). This method should return the changed attributes.
getDirty()