PhpStorm can't find Docker PHP for image

Hi Morgan,

The Preferred/Flywheel environment has PHP baked in by default.

The Custom environment on the other hand, copies PHP in when you create the site. This is what the “Provisioning” step is.

You might be able to run the Docker commit command on an existing site using the Custom environment to save it as an image. Then, you can use the newly created image and it’ll have whatever PHP version you selected :slight_smile: