Debug School

rakesh kumar
rakesh kumar

Posted on

Laravel Timestamp Method

Setup the Auto Timestamp in PhpMyAdmin
Get date from timestamp in laravel
Tricks with Laravel Timestamps

Setup the Auto Timestamp in PhpMyAdmin

Image description
Now next time when you insert any data from PHP to your table, current timestamp will automatically inserted in column like shown below:

Adding DATA from PHP (Adding from MySql now for understanding)
Image description
After Adding data, you can see timestamp automatically generated in table like below

reference1
reference2
reference3
reference4

Get date from timestamp in laravel

Image description

reference1

Tricks with Laravel Timestamps

Top comments (0)