We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Support Laravel 12 and Rector 2
Fix conversion of `in()` and `notIn()` to native enums when called wi… …th non-arrays
fix cl
Allow installation alongside PHPUnit 11 (#352)
- Check if value is `int` or `string` in conversion of `Enum::hasValu… …e()` to native enum
Add conversion of `Enum::hasValue()` to native enum
Make `php artisan enum:to-native` compatible with rector `0.19`
Add PHPStan rule to detect duplicate enum values (#343)
Fix conversion of `Enum::fromKey()` to native enum
Remove leading backslash in class names passed to `php artisan enum:t… …o-native`