Schema::create('foo', function($table)
{
$table->timestamps();
});
Feb 19, 2015
6
Level 1
How to save Date And Time in mysql DB
Hi,
How to save the date and time in mysql DB in laravel 4.2.
Level 53
@dhondi_kalyan Show the example of what's not being saved. Maybe the field is not fillable, maybe you're not passing it to the save method, maybe... Be specific to get serious answer.
Please or to participate in this conversation.