long-running/doctrine-orm
最新稳定版本:1.1.0
Composer 安装命令:
composer require long-running/doctrine-orm
包简介
README 文档
README
This is a read only split from the LongRunning mono repository.
If you want to make changes, please create a pull request there.
This packages requires Doctrine ORM 2.7 or higher.
Installation
composer require long-running/doctrine-orm
Symfony
If you are using Symfony, make sure to install the DoctrineBundle.
composer require doctrine/doctrine-bundle
Then register the bundle:
<?php // config/bundles.php return [ // ... Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], LongRunning\Core\Bundle\LongRunningBundle::class => ['all' => true], LongRunning\DoctrineORM\Bundle\LongRunningDoctrineORMBundle::class => ['all' => true], ];
统计信息
- 总下载量: 580.92k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-01