I have unix timestamp in table, wants to show to user using Carbon. How can I achieve ?
e.g.
1487663764.99256To
2017-02-24 23:23:14.654621
Did you check the carbon docs? I think this is what youre looking for:
Carbon::createFromTimestamp(-1)->toDateTimeString();