Closed MmKargar closed 8 months ago
Yes true
You can try it.
composer require bensampo/laravel-enum --with-all-dependencies
The line I commented worked for me, using php 8.1.0
composer require bensampo/laravel-enum --with-all-dependencies
Using this library is no longer recommended, especially for new projects. PHP 8.1 supports enums natively.
Hi there, thanks for great work!