lopatin96/laravel-uuid-identifiable

Laravel uuid identifiable

1.0.1 2023-04-25 09:48 UTC

This package is auto-updated.

Last update: 2024-09-25 13:03:07 UTC


README

特质

HasUuidIdentifiable 特质添加到您的模型中

use Atin\LaravelUuidIdentifiable\Traits\HasUuidIdentifiable;

class User extends Authenticatable
{
    use HasUuidIdentifiable, …