get(); foreach ($posts as $post) { $post->created_at = now(); $post->save(); } $this->info('Dates have been changed.'); } }