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