Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Update README.md badges
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHemery committed Apr 27, 2019
1 parent ea64bd6 commit 006ed0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# laravel-uuid
Eloquent UUID Trait for Laravel 5.7 and 5.8.

[![MIT licensed](https://img.shields.io/badge/license-MIT-green.svg)](https://raw.githubusercontent.com/JamesHemery/laravel-uuid/master/LICENSE)
[![Travis](https://img.shields.io/travis/JamesHemery/laravel-uuid.svg)](https://travis-ci.org/JamesHemery/laravel-uuid)
[![Travis](https://img.shields.io/travis/JamesHemery/laravel-uuid.svg?style=for-the-badge)](https://travis-ci.org/JamesHemery/laravel-uuid)
[![Total Downloads](https://img.shields.io/packagist/dt/jamesh/laravel-uuid.svg?style=for-the-badge)](https://packagist.org/packages/jamesh/laravel-uuid)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://raw.githubusercontent.com/JamesHemery/laravel-uuid/master/LICENSE)

The HasUuid Trait will add behavior to creating and saving Eloquent events for generate an Uuid.

Expand Down

0 comments on commit 006ed0f

Please sign in to comment.