doctrine-support maintained by larapack
Last update
2018/09/14 11:02
License
Require
- illuminate/support 5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
- doctrine/dbal ^2.5
Last update
2018/03/13 12:35
License
Require
- illuminate/support 5.3.*|5.4.*|5.5.*|5.6.*
- doctrine/dbal ^2.5
Last update
2018/02/08 14:04
License
Require
- illuminate/support 5.3.*|5.4.*|5.5.*|5.6.*
- doctrine/dbal ^2.5
Last update
2018/02/08 13:59
License
Require
- doctrine/dbal ^2.5
- illuminate/support 5.3.*|5.4.*|5.5.*|5.6.*
Last update
2017/09/21 16:46
License
Require
- illuminate/support 5.3.*|5.4.*|5.5.*|5.5.x-dev
- doctrine/dbal ^2.5
Last update
2017/08/31 19:36
License
Require
- illuminate/support 5.3.*|5.4.*|5.5.*|5.5.x-dev
- doctrine/dbal ^2.5
Last update
2017/06/15 14:42
License
Require
- illuminate/support 5.3.*|5.4.*|5.5.x-dev
- doctrine/dbal ^2.5
Last update
2017/06/15 14:41
License
Require
- illuminate/support 5.3.*|5.4.*|5.5.x-dev
- doctrine/dbal ^2.5
comments powered by Disqus
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
.