boot
protected static function boot() { parent::boot(); static::created(function ($user) { //do something with created model }); }
Pro tip: use ```triple backticks around text``` to write in code fences