config/databases.php 添加配置项
connections => [
mongo => [
// 数据库类型
type => mongo ,
// 服务器地址
hostname => 127.0.0.1 ,
// 数据库名
database => test ,
// 用户名
username => ,
// 密码
password => ,
// 端口
hostport => 27017 ,
],
// 更多的数据库配置信息
],
ThinkPHP6操作MongoDB使用示例参考
http://www.feishuai.vip/view/121.html
© 版权声明
文章版权归作者所有,未经允许请勿转载。如内容涉嫌侵权,请在本页底部进入<联系我们>进行举报投诉!
THE END

















暂无评论内容