Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 382 Bytes

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.