Eloquent Touch eloquent method <?php $user = User::find(1); // instead of $user->update(['subscribed_at' => now()]); // use $user->touch('subscribed_at'); Original tweet by Oussama Sid