Skip to content

Instantly share code, notes, and snippets.

View erikpach's full-sized avatar

Erik Pach erikpach

View GitHub Profile
@stevebauman
stevebauman / User.php
Created May 28, 2024 17:07
Enum Based Laravel Media Collection Registration
<?php
namespace App\Models;
// ...
use App\Enums\UserMediaCollection;
class User extends Authenticatable
{
// ...