Php versions – Issue with laravel 5.8 and mongodb 4.2 connection
My system has 2 xampp's one with PHP 5.6 and the other with PHP 7.3. I have correctly included both the PHP versions in environment variables. I am trying to connect my laravel v5.8 application with mongodb v4.2. I have…