Stars: 177
Forks: 12
Pull Requests: 11
Issues: 5
Watchers: 3
Last Updated: 2021-07-10 15:20:38
Better Doctrine Support with Laravel (Support for `enum`)
License: MIT License
Languages: PHP
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.