Answers for "uuid type laravel"

PHP
2

uuid in laravel

use IlluminateSupportStr;

$uuid = Str::uuid()->toString();
Posted by: Guest on March-12-2021
1

uuid table laravel

$table->uuid('id');
Posted by: Guest on July-03-2021

Browse Popular Code Answers by Language