Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Aug 31, 2017
1 parent 0ac6a67 commit 528c9c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Laravel Efficient UUIDs
## v1.0.0
## v2.0.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,6 +20,8 @@ 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.

## Installation

This package is installed via [Composer](https://getcomposer.org/). To install, run the following command.
Expand Down

0 comments on commit 528c9c5

Please sign in to comment.