test mongo
This commit is contained in:
@@ -16,4 +16,7 @@ class Home extends BaseController
|
||||
echo "hello world, from home controller";
|
||||
phpinfo();
|
||||
}
|
||||
public function mongoDbTest(){
|
||||
$client = new \MongoDB("mongodb://chiefsoft:may12002@10.0.0.32:27017/","mongoClient");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"kint-php/kint": "^4.2",
|
||||
"laminas/laminas-escaper": "^2.9",
|
||||
"orhanerday/open-ai": "^4.8",
|
||||
"psr/log": "^1.1"
|
||||
"psr/log": "^1.1",
|
||||
"ext-mongo": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeigniter/coding-standard": "^1.5",
|
||||
|
||||
Reference in New Issue
Block a user