Get original Laravel Eloquent model on update
I have the following code where I fire an event comparing two versions of the same model. I worked around it by manually setting a "dirty" attribute. However, is there a way to fetch the whole original model on updated…