long-running/doctrine-orm 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-12-01