Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit a209b3f

Browse files
Merge pull request #51 from joelmellon/patch-1
add links to GitHub Issues in read me
2 parents 5f4a838 + 50c3893 commit a209b3f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
This package extends the default grammar file for the given MySQL connection adding an `efficientUuid` blueprint method that creates a `binary(16)` field.
1212

13-
As of 3.0, this package _no longer overrides_ Laravel's default `uuid` method, but rather adds a separate `efficientUuid` field, due to compatibility issues with Laravel Telescope (#11).
13+
As of 3.0, this package _no longer overrides_ Laravel's default `uuid` method, but rather adds a separate `efficientUuid` field, due to compatibility issues with Laravel Telescope ([#11][i11]).
1414

1515
As of 4.0, this package uses a [custom cast](https://laravel.com/docs/7.x/eloquent-mutators#custom-casts) to provide casting functionality into your models.
1616

@@ -22,7 +22,7 @@ Note that `doctrine/dbal` does not appear to support changing existing `uuid` fi
2222

2323
For more information, check out [this post](https://www.percona.com/blog/2014/12/19/store-uuid-optimized-way/) on storing and working with UUID in an optimised manner.
2424

25-
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.
25+
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][i1]) for more information.
2626

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

@@ -112,3 +112,8 @@ It’s now common knowledge that one of the best tools to tackle the climate cri
112112
You can buy trees [here](https://plant.treeware.earth/michaeldyrynda/laravel-efficient-uuid)
113113

114114
Read more about Treeware at [treeware.earth](https://treeware.earth)
115+
116+
117+
118+
[i1]: https://github.com/user/repo/issues/1
119+
[i11]: https://github.com/user/repo/issues/11

0 commit comments

Comments
 (0)