hi,
seems what is installed in your end is "mongo" extension, not "mongodb"
http://php.net/manual/en/book.mongo.php vs http://php.net/manual/en/set.mongodb.php
also the latest homestead version is using PHP7, here is how i installed it in my end:
sudo apt-get install libcurl4-openssl-dev pkg-config libssl-dev libsslcommon2-dev
pecl channel-update pecl.php.net
sudo pecl install mongodb
sudo -i
echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community