Download the PHP package mykemeynell/laraveluuid without Composer
On this page you can find all versions of the php package mykemeynell/laraveluuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mykemeynell/laraveluuid
More information about mykemeynell/laraveluuid
Files in mykemeynell/laraveluuid
Download mykemeynell/laraveluuid
More information about mykemeynell/laraveluuid
Files in mykemeynell/laraveluuid
Vendor mykemeynell
Package laraveluuid
Short Description UUID column functionality for Laravel projects
License
Package laraveluuid
Short Description UUID column functionality for Laravel projects
License
Please rate this library. Is it a good library?
Informations about the package laraveluuid
UuidColumn
Easily start using UUID within your Laravel application, rathern than the default auto incrementing ID.
Install with Composer
Usage
-
Add a UUID column into your migration, for example the default "create users" migration.
-
Add the trait to your Model. For example, on the default User model at .
- You'll need to change the defaults in the model to reflect the new key type and behaviour:
That's it! When new records are created, a new UUID4 string will be set at the ID.
All versions of laraveluuid with dependencies
PHP Build Version
Package Version
The package mykemeynell/laraveluuid contains the following files
Loading the files please wait ....