BenSampo / laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.
https://sampo.co.uk/blog/using-enums-in-laravel
MIT License
2k stars 164 forks source link

Add command enum:to-native #322

Closed spawnia closed 1 year ago

spawnia commented 1 year ago

Related Issue/Intent

Allows conversion of enum classes to native enums.

Changes

Adds a new artisan command enum:to-native.

Breaking changes

None.