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

Commit e7a06c3

Browse files
Merge remote-tracking branch 'origin/master' into main
2 parents b986138 + 23bf030 commit e7a06c3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.travis.yml export-ignore
4+
/phpunit.xml export-ignore
5+
/tests export-ignore
6+
/.php_cs export-ignore

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Latest Stable Version](https://poser.pugx.org/dyrynda/laravel-efficient-uuid/v/stable)](https://packagist.org/packages/dyrynda/laravel-efficient-uuid)
77
[![Total Downloads](https://poser.pugx.org/dyrynda/laravel-efficient-uuid/downloads)](https://packagist.org/packages/dyrynda/laravel-efficient-uuid)
88
[![License](https://poser.pugx.org/dyrynda/laravel-efficient-uuid/license)](https://packagist.org/packages/dyrynda/laravel-efficient-uuid)
9-
[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen?style=for-the-badge)](https://offset.earth/treeware?gift-trees)
9+
[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen)](https://plant.treeware.earth/michaeldyrynda/laravel-efficient-uuid)
1010

1111
## Introduction
1212

@@ -18,7 +18,7 @@ As of 4.0, this package uses a [custom cast](https://laravel.com/docs/7.x/eloque
1818

1919
> **Note**: This package purposely does not use [package discovery](https://laravel.com/docs/5.8/packages#package-discovery), as it makes changes to the MySQL schema file, which is something you should explicitly enable.
2020
21-
MySQL and SQLite are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.
21+
MySQL, SQLite, and PostgreSQL are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.
2222

2323
Note that `doctrine/dbal` does not appear to support changing existing `uuid` fields, and doing so would cause your existing values to be truncated in any event.
2424

@@ -88,6 +88,6 @@ You're free to use this package, but if it makes it to your production environme
8888

8989
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
9090

91-
You can buy trees [here](https://offset.earth/treeware)
91+
You can buy trees [here](https://plant.treeware.earth/michaeldyrynda/laravel-efficient-uuid)
9292

9393
Read more about Treeware at [treeware.earth](https://treeware.earth)

0 commit comments

Comments
 (0)