doumao1917 2016-05-10 04:58
浏览 100
已采纳

如何通过composer安装doctrine mongodb odm

I am working on a project with the php and mongodb stacks. I need the assistance of an ODM to speed up development time. A problem I have now however is this line, $ composer require "doctrine/mongodb-odm=~1.0" in which directory should i execute this command, the application's root directory or anywhere in my command line???

  • 写回答

1条回答 默认 最新

  • duanchen7401 2016-05-10 07:43
    关注

    Copy the following to composer.json

    {
        "require": {
            "doctrine/mongodb-odm": "~1.0",
            "doctrine/mongodb-odm-bundle": "~3.0"
        },
    }
    

    after that run the command in respective folder

    php composer.phar update doctrine/mongodb-odm doctrine/mongodb-odm-bundle
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 5037端口被adb自己占了
  • ¥15 Error in check.length("fill") : 'gpar'成分'fill'的长度不能为零
  • ¥15 python:excel数据写入多个对应word文档
  • ¥60 全一数分解素因子和素数循环节位数
  • ¥15 ffmpeg如何安装到虚拟环境
  • ¥188 寻找能做王者评分提取的
  • ¥15 matlab用simulink求解一个二阶微分方程,要求截图
  • ¥30 乘子法解约束最优化问题的matlab代码文件,最好有matlab代码文件
  • ¥15 写论文,需要数据支撑
  • ¥15 identifier of an instance of 类 was altered from xx to xx错误