PHPackages                             yark/yark-uuid-model - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. yark/yark-uuid-model

ActiveLibrary[Database &amp; ORM](/categories/database)

yark/yark-uuid-model
====================

A helper package for UUID enabled models in Laravel

1.0.0(5y ago)0123MITPHP

Since May 18Pushed 5y agoCompare

[ Source](https://github.com/YarkHQ/yark-uuid-model)[ Packagist](https://packagist.org/packages/yark/yark-uuid-model)[ RSS](/packages/yark-yark-uuid-model/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Yark UUID
=========

[](#yark-uuid)

A simple trait to provide UUID support on Eloquent models.

### Installation

[](#installation)

`composer require yark/yark-uuid-model`

### Usage

[](#usage)

To use this in a model, add the HasUuid trait

```
