阅读(1591)
赞(23)
Laravel 8 Str::uuid() {#collection-method}
2021-07-03 16:54:23 更新
Str::uuid 方法用于生成一个 UUID (第 4 版):
use Illuminate\Support\Str;
return (string) Str::uuid(); Str::uuid 方法用于生成一个 UUID (第 4 版):
use Illuminate\Support\Str;
return (string) Str::uuid();