digitalie/laravel-uuid

Laravel UUID Package

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/digitalie/laravel-uuid

0.2.0 2017-10-28 12:50 UTC

This package is not auto-updated.

Last update: 2025-12-21 11:43:28 UTC


README

Laravel package to simplify UUID implementation in Eloquent models.

Inspired by webpaster/laravel-uuid, but uses ramsey/uuid for generation instead of custom build.

Installation

composer install digitalie/laravel-uuid

What is included

Auto-generate UUID field value trait

AutogenerateUuidTrait when used in Eloquent model will auto-populate uuid field with UUID v4.

Controller method model injection

UuidRoutableTrait when used in Eloquent model will modify the way Laravel finds models to inject into controller methods

License

MIT