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
  • 08:33 (UTC -12:00)
View GitHub Profile
@sirthxalot
sirthxalot / Countries.php
Last active July 6, 2021 12:09
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";