Download the PHP package bmatovu/laravel-eloquent-uuid without Composer
On this page you can find all versions of the php package bmatovu/laravel-eloquent-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-eloquent-uuid
THIS PACKAGE IS NOT MAINTAINED ANYMORE...
LARAVEL HAS INTRODUCTED UUID & ULID SUPPORT IN THE CORE STARTING WITH LARAVEL V9
https://laravel.com/docs/9.x/eloquent#uuid-and-ulid-keys
Laravel Eloquent UUID.
Installation
Install via Composer package manager:
Usage
Migration:
Model:
Testing
Factories fail after faking events: (Issue #19952)
After calling Event::fake()
, no event listeners will be executed. So, if your tests use model factories that use the HasUuidKey
trait; you should call Event::fake() after using your factories.
All versions of laravel-eloquent-uuid with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.4
illuminate/database Version ^5.3|^6.0|^7.0|^8.0
illuminate/support Version ^5.3|^6.0|^7.0|^8.0
ramsey/uuid Version ^3.0|^4.0
illuminate/database Version ^5.3|^6.0|^7.0|^8.0
illuminate/support Version ^5.3|^6.0|^7.0|^8.0
ramsey/uuid Version ^3.0|^4.0
The package bmatovu/laravel-eloquent-uuid contains the following files
Loading the files please wait ....