We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ab1ed commit bfbf576Copy full SHA for bfbf576
README.md
@@ -5,6 +5,13 @@
5
<a href="LICENSE.txt"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT Software License"></a>
6
</p>
7
8
+## Using this library is no longer recommended
9
+
10
+Using this library is no longer recommended, especially for new projects.
11
+PHP 8.1 supports enums natively.
12
13
+See https://github.com/BenSampo/laravel-enum/issues/332.
14
15
## About Laravel Enum
16
17
Simple, extensible and powerful enumeration implementation for Laravel.
0 commit comments