-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Im getting error while installing mongo driver #2789
-
pls have a look on this and give me solution
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 5 replies
-
You seem to be missing installation of the MongoDB PHP Extension. You can find instructions for the same here - https://www.php.net/manual/en/mongodb.installation.php
And here's a quick start guide that should cover all installation and getting started steps for Laravel with MongoDB - https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/quick-start/download-and-install/
Beta Was this translation helpful? Give feedback.
All reactions
-
i done that also but its not working can you pls help me out I'm doing this as my interview process I want to submit it by tomo can you help me now
Beta Was this translation helpful? Give feedback.
All reactions
-
Can you share what steps you undertook to install the extension?
Beta Was this translation helpful? Give feedback.
All reactions
-
First I installed php, then I downloaded mongo php extracted it and i cutted and pasted it in php exe folder and i edited pho.ini added extension=mongodb but still didn't worked out for me pls help me out
Beta Was this translation helpful? Give feedback.
All reactions
-
Can you double check you are following exact steps, as they are written here - https://www.php.net/manual/en/mongodb.installation.windows.php
Specially around adding extension=php_mongodb.dll
Beta Was this translation helpful? Give feedback.
All reactions
-
And i want you to let you know that Im doing this in vs code and i followed exact same method can we have g meet by 5:30
Beta Was this translation helpful? Give feedback.