PHPackages                             janyksteenbeek/laravel-uuidable - 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. janyksteenbeek/laravel-uuidable

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

janyksteenbeek/laravel-uuidable
===============================

Adding the ability to use UUIDs as identifiers on models in Laravel

1.0(4y ago)04MITPHP

Since May 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/janyksteenbeek/laravel-uuidable)[ Packagist](https://packagist.org/packages/janyksteenbeek/laravel-uuidable)[ RSS](/packages/janyksteenbeek-laravel-uuidable/feed)WikiDiscussions main Synced 1mo ago

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

Laravel UUIDable
================

[](#laravel-uuidable)

Adding the ability to use UUIDs as identifiers on models in Laravel

Installation
------------

[](#installation)

You can install the package using Composer:

```
composer require janyksteenbeek/laravel-uuidable
```

Usage
-----

[](#usage)

Apply the trait supplied by this package to the model that needs a UUID as primary identifier.

```
