Install on IIS blocked on MongoDB PHP driver not installed

You can close this one. Matt Schaer helped me find a solution. Looks like I had 2 problems.

  1. I needed to use “composer install --ignore-platform-reqs --no-dev”

  2. Also, cutting and pasting from the installation wiki to the console did not work. I had to retype everything myself.

Thanks to Matt for the great detective work!

2 Likes