试了不少方法,最后还是这个最有效。 you need to have the following installed in your mac: mongodb xampp for mac osx homebrew package manager type the following in your terminal : brew install wget brew install autoconf sudo /applications/xa
试了不少方法,最后还是这个最有效。
you need to have the following installed in your mac:
mongodbxampp for mac osxhomebrew package managertype the following in your terminal :
brew install wget
brew install autoconf
sudo /applications/xampp/xamppfiles/bin/pecl install mongo
add extension=mongo.so to your php.ini file which can be found at /applications/xampp/xamppfiles/etc by default.
restart apache.
a..nd you are done.
tip: to install mongodb, you can use brew install mongodb