2021年4月8日星期四

UUID Generate with Laravel Controller

I was searching for a laravel system that automatically generates UUIDs and found this

Str::uuid()->toString();  

My only concern would be if it generated the same one more than once, does anyone know if it does this? And if so, is there a better option for generating UUIDs only once? Thanks!

https://stackoverflow.com/questions/67012658/uuid-generate-with-laravel-controller April 09, 2021 at 06:24AM

没有评论:

发表评论