Download the PHP package marquine/eloquent-uuid without Composer
On this page you can find all versions of the php package marquine/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 eloquent-uuid
Eloquent UUID
Uuid primary key for Laravel Eloquent Models.
Installation
Install through Composer
Usage
Database table
In your migration, create a column for the uuid primary key:
or
If your primary key column name is not id
, you need to set the model's $primaryKey
property to the correct name.
Model
Use the Uuid trait in your model:
License
Eloquent UUID is licensed under the MIT license.
All versions of eloquent-uuid with dependencies
PHP Build Version
Package Version
Requires
illuminate/database Version
^5.0|^6.0|^7.0
illuminate/events Version ^5.0|^6.0|^7.0
ramsey/uuid Version ^3.6
illuminate/events Version ^5.0|^6.0|^7.0
ramsey/uuid Version ^3.6
The package marquine/eloquent-uuid contains the following files
Loading the files please wait ....