Discard Eloquent model changes in Laravel 9.x
September 16, 2022 — In the recent Laravel 9.x release, the framework introduced a new discardChanges()
method on the Model
class. This method allows you to discard the changes made to the model instance. So, let’s see how we can use this method.