Str::uuid 方法用于生成一个 UUID (第 4 版):
Str::uuid
use Illuminate\Support\Str; return (string) Str::uuid();
关闭