PHP Startup: Unable to load dynamic library 'php_mongodb.dll'
问题 I'm trying to get Laravel MongoDB working in my local machine (Windows 10 home, x64) by following this tutorial I have installed XAMPP 7.3.11 on D:\xampp succesfully and tested that the server can be reached (enter localhost:80 on browser) I proceeded on extracting php_mongodb.dll I got from pecl(mongodb 1.6.0 for Windows, 7.3 Non Thread Safe, x64 ) on D:\xampp\php\ext and add the line extension=php_mongodb.dll on the file D:\xampp\php\php.ini After selecting 'the command-line PHP you want to