| Package Data | |
|---|---|
| Maintainer Username: | marktopper |
| Maintainer Contact: | mark@ulties.com (Mark Topper) |
| Package Create Date: | 2017-01-13 |
| Package Last Update: | 2021-07-10 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:06:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 2,304,630 |
| Monthly Downloads: | 9,539 |
| Daily Downloads: | 174 |
| Total Stars: | 178 |
| Total Watchers: | 2 |
| Total Forks: | 14 |
| Total Open Issues: | 2 |
Better Doctrine Support with Laravel (Support for enum)
composer require larapack/doctrine-support
Then add the following service provider:
Larapack\DoctrineSupport\DoctrineSupportServiceProvider::class
Then you are good to go! 🎉
For Laravel versions older than 5.4.x, use
v0.1.3.