Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit 73ee325

Browse files
committed
updating package name and badges
1 parent 5989b8f commit 73ee325

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ryancco/HasUuidRouteKey.svg?style=flat-square)](https://packagist.org/packages/ryancco/HasUuidRouteKey)
2+
[![Build Status](https://img.shields.io/travis/ryancco/HasUuidRouteKey/master.svg?style=flat-square)](https://travis-ci.org/ryancco/HasUuidRouteKey)
3+
14
# HasUuidRouteKey
25
HasUuidRouteKey is a simple [trait](http://php.net/manual/en/language.oop5.traits.php) to be used on [Laravel](https://laravel.com) Eloquent Models to provide a drop-in solution for UUID route keys.
36

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ryancco/laravel-uuid-models",
2+
"name": "ryancco/hasuuidroutekey",
33
"description": "Traits for working with Eloquent models with UUIDs",
44
"type": "library",
55
"license": "MIT",

0 commit comments

Comments
 (0)