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

Commit e051068

Browse files
update readme to reflect use of custom cast
1 parent 03a6d98 commit e051068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This package extends the default grammar file for the given MySQL connection add
1515

1616
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).
1717

18+
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.
19+
1820
> **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.
1921
2022
MySQL and SQLite are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.

0 commit comments

Comments
 (0)