Skip to content

Instantly share code, notes, and snippets.

View sirthxalot's full-sized avatar
💡
IS COOKING STUFF!

Alexander Bösch sirthxalot

💡
IS COOKING STUFF!
  • zurich, switzerland
  • 06:09 (UTC -12:00)
View GitHub Profile
@sirthxalot
sirthxalot / Countries.php
Last active May 2, 2025 06:33
Country List for Laravel's Enum
<?php namespace App\Enums;
use BenSampo\Enum\Enum;
use BenSampo\Enum\Contracts\LocalizedEnum;
final class Countries extends Enum
{
const AF = "Afghanistan";
const AL = "Albania";
const DZ = "Algeria";