Skip to content

Instantly share code, notes, and snippets.

View m-fi's full-sized avatar

Matt m-fi

  • Hampshire, UK
  • 04:14 (UTC)
View GitHub Profile
@m-fi
m-fi / GeneratesUuid.php
Created November 18, 2021 23:57
Laravel trait - generate uuid on model creation
<?php
namespace App\Traits;
use Illuminate\Support\Str;
trait GeneratesUuid
{
/**
* The default field name used to store the uuid.