Skip to content

Commit

Permalink
Update README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdicarlo committed Apr 18, 2021
1 parent f118d03 commit 3b6d4c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
This package provides a trait you can add to an Eloquent model that will automatically create human-readable timestamp diffs using Carbon.

[![Latest Version on Packagist](https://img.shields.io/packagist/v/chrisdicarlo/eloquent-human-timestamps.svg?style=flat-square)](https://packagist.org/packages/chrisdicarlo/eloquent-human-timestamps)
![](https://github.com/chrisdicarlo/eloquent-human-timestamps/workflows/Run%20Tests%20-%20L8/badge.svg?branch=master)
![](https://github.com/chrisdicarlo/eloquent-human-timestamps/workflows/Run%20Tests%20-%20L6,L7/badge.svg?branch=master)
![Laravel 8 Tests](https://github.com/chrisdicarlo/eloquent-human-timestamps/actions/workflows/run-tests-L8.yml/badge.svg)
![Laravel 6 & 7 Tests](https://github.com/chrisdicarlo/eloquent-human-timestamps/actions/workflows/run-tests-L7.yml/badge.svg)branch=master)

![](https://github.com/chrisdicarlo/eloquent-human-timestamps/actions/workflows/Run%20Tests%20-%20L6,L7/badge.svg?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/chrisdicarlo/eloquent-human-timestamps.svg?style=flat-square)](https://packagist.org/packages/chrisdicarlo/eloquent-human-timestamps)
## Installation

Expand Down

0 comments on commit 3b6d4c6

Please sign in to comment.