Skip to content

Commit

Permalink
[skip ci] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Sep 7, 2018
1 parent 8599ae6 commit 6ae16f7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Laravel Efficient UUIDs
## v2.1.0
## v2.2.0

[![Build Status](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid.svg?branch=master)](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/?branch=master)
Expand All @@ -20,9 +20,14 @@ For more information, check out [this post](https://www.percona.com/blog/2014/12

Using UUIDs in Laravel is made super simple in combination with [laravel-model-uuid](https://github.com/michaeldyrynda/laravel-model-uuid). Note that when using `laravel-model-uuid`, if you are not casting your UUIDs or calling the query builder directly, you'll need to use the `getBytes` method when setting the UUID on the database, otherwise your values will be truncated. Depending on your MySQL/MariaDB configuration, this may lead to application errors due to strict settings. See #1 for more information.

This package supports Laravel 5.5 as of version 2.0.0.
### Version compatibility

This package supports Laravel 5.6 as of version 2.1.0.
Laravel | Package
:-------|:--------
5.4.* | 1.0.*
5.5.* | 2.0.*
5.6.* | 2.1.*
5.7.* | 2.2.*

## Installation

Expand Down

0 comments on commit 6ae16f7

Please sign in to comment.