larapack/doctrine-support
Laravel package that enhances Doctrine support in Laravel, including support for enum types. Install via Composer and (for Laravel 5.4 and below) register the DoctrineSupportServiceProvider. Use v0.1.3 for Laravel versions older than 5.4.
Better Doctrine Support with Laravel (Support for enum)
composer require larapack/doctrine-support
Then add the following service provider (Laravel 5.4 and below only):
Larapack\DoctrineSupport\DoctrineSupportServiceProvider::class
Then you are good to go! 🎉
For Laravel versions older than 5.4.x, use
v0.1.3.
How can I help you explore Laravel packages today?