我的配置是
'mongo' => [
// 数据库类型
'type' => 'mongo',
// 服务器地址
'hostname' => Env::get('mongo.hostname', '127.0.0.1'),
// 集合名
'databa
// 数据库调试模式
'debug' => Env::get('mongo.debug', true),
// 字段缓存路径
'schema_cache_path' => app()->getRuntimePath() . 'schema' . DIRECTORY_SEPARATOR,
]
但是在查询和插入数据的时候都会报如下错误,是哪里配置问题吗

最佳答案
