在文件夹common/config/main_local.php中加入如下代码:

<?php
return [
    'components' => [
        'mongodb' => [
            'class' => 'yii\mongodb\Connection',
            'dsn' => 'mongodb://localhost:27017/数据库名'
        ],
    ],
];

 

相关文章:

  • 2022-12-23
  • 2021-06-05
  • 2021-12-25
  • 2022-01-19
  • 2022-12-23
  • 2021-07-04
  • 2021-12-11
猜你喜欢
  • 2021-05-27
  • 2021-04-13
  • 2021-07-31
  • 2022-02-07
  • 2021-08-21
  • 2021-08-12
  • 2022-12-23
相关资源
相似解决方案