Mad Web Laravel Enum Versions Save

Elegant Enum implementation for Laravel

2.2.0

3 years ago
  • PHP 8 support
  • Dropped PHP 7.2 support
  • Migrated to GitHub actions

2.1.0

3 years ago

Laravel 8 support

2.0.0

4 years ago
  • Laravel 7.x support
  • PHP 7.4 support
  • Dropped all laravel versions lower than 7
  • Minimum required PHP version upped to 7.2.5
  • Implemented enum casting with native custom casts feature
  • Exception will be thrown if you were trying to save invalid enum value

1.6.0

4 years ago
  • Laravel 6.0 support
  • Minimum required PHP version upped to 7.2
  • Dropped support of unsupported Laravel versions

1.5.0

4 years ago

Added ability to pass custom values into make:enum command. check out

1.4.0

4 years ago

Added ability to check multiple enum values with is() or isAny() methods

1.3.0

5 years ago

Laravel 5.8 support

1.2.0

5 years ago

Added

  • Support to validate enum by key

Fixed

  • toArray(false) now not returns __default => null if __default not defined

1.1.0

5 years ago

Laravel 5.7 support

1.0.1

5 years ago

Added __default constant to enum.stub file.