Uuid in Laravel
use Illuminate\Support\Str;
$uuid = Str::uuid()->toString();
SKS WAR
use Illuminate\Support\Str;
$uuid = Str::uuid()->toString();
$table->uuid('id');