PHP
January 29, 2023
A new package for Laravel + PHP Enums
PHP 8.1 introduced an awesome feature for first party Enum types. No longer do we have to construct quasi enums out of PHP constants and custom validation logic. As great as they are though, we can...
Read