Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created November 20, 2021 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/16c60b902286545cae73aab723754ec7 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/16c60b902286545cae73aab723754ec7 to your computer and use it in GitHub Desktop.
<?php
\App\Enums\PostType::cases();
/**
array:3 [▼
0 => App\Enums\PostType {#280 ▼
+name: "Car"
+value: "car"
}
1 => App\Enums\PostType {#274 ▼
+name: "Course"
+value: "course"
}
2 => App\Enums\PostType {#281 ▼
+name: "Project"
+value: "project"
}
]
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment