• Stars
    star
    110
  • Rank 316,770 (Top 7 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A bash script to install MongoDB on Laravel Homestead with php7

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!