
Eloquent Human Timestamps
Human Timestamp Diffs for Eloquent Models
Creator
Chris Di Carlo @chris_di_carlo
Description
This package provides a trait you can add to an Eloquent model that will automatically create human-readable timestamp diffs using Carbon (f.ex. "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.Visit Site