Hi, folks!
Because I had some troubles with installing and enabling MongoDB driver on Laravel Homestead with PHP 7 version installed on it, I will explain here how I have solved them.
Install MongoDB package
Import public key:
Creating a List File:
Update packages list:
Install MongoDB package:
Make connection with PHP
Firstly, I have […]