Laravel model
27 Mar 2020Event
There are 3 events around a Model being saved in the database. 1
createdis called when the model is saved for the first time.updatedis called when the model is saved any subsequent time.savedis called any time the model is saved (including when it’s first created).