Skip to content

Instantly share code, notes, and snippets.

View bpotmalnik's full-sized avatar
🦖

Bart Potmalnik bpotmalnik

🦖
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
{
// ...