larapack / doctrine-support
Better Doctrine Support with Laravel (Support for `enum`)
Installs: 2 309 045
Dependents: 66
Suggesters: 0
Security: 0
Stars: 178
Watchers: 2
Forks: 14
Open Issues: 2
pkg:composer/larapack/doctrine-support
Requires
- doctrine/dbal: ^2.5
- illuminate/support: >=5.3
This package is auto-updated.
Last update: 2025-11-06 02:24:24 UTC
README
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.