SyntaxFix
Write A Post
Hire A Developer
Questions
You can manually set this using Laravel, just remember to add 'created_at' to your $fillable array:
protected $fillable = ['name', 'created_at'];