neelbhanushali/laravel-uuid

一个为Eloquent模型提供uuid支持的特性。

1.0 2019-10-29 17:57 UTC

This package is auto-updated.

Last update: 2024-09-29 05:22:18 UTC


README

一个为Eloquent模型提供uuid支持的特性。

composer require neelbhanushali/laravel-uuid

  • 在您的Eloquent模型中使用 NeelBhanushali\LaravelUUID\Traits\HasUUID 特性。
  • 确保在该模型的迁移中,使用 $table->uuid('KEY_NAME')->primary(); 添加了 主键