Discard Eloquent model changes in Laravel 9.x — Amit Merchant — A blog on PHP, JavaScript, and more
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.
Discard Eloquent model changes in Laravel 9.x — Amit Merchant — A blog on PHP, JavaScript, and more
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.
https://www.amitmerchant.com/discard-eloquent-model-changes-in-laravel-9x/