You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,6 +16,76 @@ Help us out by testing this project in the [staging environment][link-staging].
16
16
17
17
If you would like to suggest new functionality, open an Issue and mark it as a __[Feature request]__. Please be specific about why you think this functionality will be of use. If you can, please include some visual description of what you would like the UI to look like, if you are suggesting new UI elements.
18
18
19
+
## Install
20
+
21
+
```console
22
+
composer require commitglobal/enum-utils
23
+
```
24
+
25
+
## Usage
26
+
27
+
### Arrayable
28
+
29
+
> [!important]
30
+
> For `Arrayable::options()`, your enum must implement a `getLabel()` method.
0 commit comments