Skip to content

Instantly share code, notes, and snippets.

View SimonBarrettACT's full-sized avatar

Simon Barrett SimonBarrettACT

View GitHub Profile
@SimonBarrettACT
SimonBarrettACT / WiredEnum.php
Last active December 7, 2023 10:40
A trait to enable use of Spatie Laravel Enums with Livewire 3
<?php
namespace App\Enums\Traits;
trait WiredEnum
{
/**
* Convert a Livewire value to a spatie enum instance.
*
* @param mixed $value The value from Livewire.