larapack/doctrine-support
Better Doctrine Support with Laravel (Support for `enum`)
2,345,237
175
| Install | |
|---|---|
composer require larapack/doctrine-support |
|
| Latest Version: | v0.1.9 |
| License: | MIT |
| Last Updated: | Jul 10, 2021 |
| Links: | GitHub · Packagist |
Maintainer: marktopper
Laravel Doctrine Support
Better Doctrine Support with Laravel (Support for enum)
Installing
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.