Automatic Human Timestamps
"This package provides a trait you can add to an Eloquent model that will automatically create human-readable timestamp diffs using Carbon (e.g. "edited 3 minutes ago").
It's an opinionated package that provides the human timestamps without the added effort of accessor creation. To get the human-readable attribute, you just need to retrieve the timestamp normally and append
_for_humans
to the name, e.g.created_at_for_humans
,updated_at_for_humans
."
Chris Di Carlo
@chris_di_carlo