Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larapack/doctrine-support
Better Doctrine Support with Laravel (Support for `enum`)
https://github.com/larapack/doctrine-support
Last synced: 7 days ago
JSON representation
Better Doctrine Support with Laravel (Support for `enum`)
- Host: GitHub
- URL: https://github.com/larapack/doctrine-support
- Owner: larapack
- License: mit
- Created: 2017-01-13T15:53:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T15:20:38.000Z (over 3 years ago)
- Last Synced: 2024-12-22T03:05:59.168Z (14 days ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 179
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`.