Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 361 Bytes

Mongostead7

A bash script to install MongoDB on Laravel Homestead with php7

Usage

Use the following command:

  • PHP 7.0

sudo curl -sS https://raw.githubusercontent.com/zakhttp/Mongostead7/master/mongoHomestead7.sh | sudo sh

  • PHP 7.1

sudo curl -sS https://raw.githubusercontent.com/zakhttp/Mongostead7/master/mongoHomestead7.1.sh | sudo sh

Cheers!