enumhancer icon indicating copy to clipboard operation
enumhancer copied to clipboard

Your Swiss Army knife for PHP 8.1+ native enums

Results 3 enumhancer issues
Sort by recently updated
recently updated
newest added

in an attempt to replace #9

Im getting many deprecation warnings in my logs so thought Id help with updating things to avoid that.

This pull request introduces comprehensive support for bitmask-based enums in Laravel Eloquent models, including a new attribute cast (`AsBitmask`), expressive query scopes for bitmask columns, and thorough documentation and test...