Installing the PHP 7 MongoDB Client/Driver?

后端 未结 12 936
日久生厌
日久生厌 2020-11-28 06:17

I am very eager to start working with PHP 7 however one issue is getting in the way... I primarily use MongoDB for the database, and the problem is that I don\'t know how to

12条回答
  •  清酒与你
    2020-11-28 06:54

    Old question, but new excellent solution. Just use Mongostead7 automated script for installing all needed stuff. Worked for me just fine. No additional work needed.

    Use it as follows:

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

提交回复
热议问题