lopatin96/lara-uuid

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lopatin96/lara-uuid

1.0.1 2025-04-04 12:58 UTC

This package is auto-updated.

Last update: 2025-10-04 13:58:01 UTC


README

Installation

You can install this package via composer:

composer require lopatin96/lara-uuid

Migration

$table->uuid();

Trait

Add HasUuid trait to your models

use Lopatin96\LaraUuid\Traits\HasUuid;

class User extends Authenticatable
{
    use HasUuid, …