Enums support? #159
Answered
by
rubenvanassche
hamzaelmaghari
asked this question in
Q&A
-
Is the package supports enums or not? If yes, how? |
Beta Was this translation helpful? Give feedback.
Answered by
rubenvanassche
Oct 28, 2022
Replies: 1 comment
-
You just use an enum within your settings class, take a look at the tests if you need more context: laravel-settings/tests/SettingsTest.php Lines 640 to 668 in ee1b1a0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hamzaelmaghari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just use an enum within your settings class, take a look at the tests if you need more context:
laravel-settings/tests/SettingsTest.php
Lines 640 to 668 in ee1b1a0