Skip to content

Tags: BenSampo/laravel-enum

Tags

v6.12.0

Support Laravel 12 and Rector 2

v6.11.1

Fix conversion of `in()` and `notIn()` to native enums when called wi…

…th non-arrays

v6.11.0

fix cl

v6.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow installation alongside PHPUnit 11 (#352)

v6.9.1

Unverified

This user has not yet uploaded their public signing key.
- Check if value is `int` or `string` in conversion of `Enum::hasValu…

…e()` to native enum

v6.9.0

Unverified

This user has not yet uploaded their public signing key.
Add conversion of `Enum::hasValue()` to native enum

v6.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make `php artisan enum:to-native` compatible with rector `0.19`

v6.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PHPStan rule to detect duplicate enum values (#343)

v6.6.4

Fix conversion of `Enum::fromKey()` to native enum

v6.6.3

Remove leading backslash in class names passed to `php artisan enum:t…

…o-native`