【问题标题】:How install PHP extension mongodb on MAMP如何在 MAMP 上安装 PHP 扩展 mongodb
【发布时间】:2020-01-03 16:53:50
【问题描述】:

我安装了 yii2、composer 和 MAMP 但是当我做作曲家更新我有错误

   - yiisoft/yii2-mongodb 2.1.7 requires ext-mongodb >=1.0.0 -> the requested PHP extension mongodb is missing from your system.
    - yiisoft/yii2-mongodb 2.1.6 requires ext-mongodb >=1.0.0 -> the requested PHP extension mongodb is missing from your system.
    - yiisoft/yii2-mongodb 2.1.5 requires ext-mongodb >=1.0.0 -> the requested PHP extension mongodb is missing from your system.
    - yiisoft/yii2-mongodb 2.1.4 requires ext-mongodb >=1.0.0 -> the requested PHP extension mongodb is missing from your system.
    - yiisoft/yii2-mongodb 2.1.3 requires ext-mongodb >=1.0.0 -> the requested PHP extension mongodb is missing from your system.
    - yiisoft/yii2-mongodb 2.1.2 requires ext-mongodb >=1.0.0 -> the requested PHP extension mongodb is missing from your system.
    - yiisoft/yii2-mongodb 2.1.1 requires ext-mongodb >=1.0.0 -> the requested PHP extension mongodb is missing from your system.
    - yiisoft/yii2-mongodb 2.1.0 requires ext-mongodb >=1.0.0 -> the requested PHP extension mongodb is missing from your system.
    - Installation request for yiisoft/yii2-mongodb ^2.1 -> satisfiable by yiisoft/yii2-mongodb[2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.7].

我浏览了整个互联网并没有找到解决方案

【问题讨论】:

    标签: mongodb composer-php mamp php-extension macos-mojave


    【解决方案1】:

    到 mongodb 扩展安装做

    sudo apt-get install php-mongodb
    
    

    【讨论】:

      猜你喜欢
      • 2014-08-29
      • 1970-01-01
      • 2012-03-31
      • 1970-01-01
      • 2018-10-30
      • 1970-01-01
      • 1970-01-01
      • 2015-12-07
      • 2023-02-02
      相关资源
      最近更新 更多