-
Description: Hello FrankenPHP community! I'm currently using the official FrankenPHP Docker image for my project, and I'm having some trouble configuring Xdebug to work seamlessly within this environment. I've followed the usual steps for Xdebug configuration, but it doesn't seem to be working as expected. Here are the steps I've taken so far:
Despite these steps, I'm unable to connect my IDE (e.g., VSCode) to Xdebug within the FrankenPHP Docker container. My environment details:
Questions:
I would greatly appreciate any guidance or advice from the community on how to make Xdebug work seamlessly within the FrankenPHP Docker image. Thank you for your help! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
SolvedThe docker-php-extension-installer script is provided in the base image. Adding additional PHP extensions is straightforward:
|
Beta Was this translation helpful? Give feedback.
Solved
The docker-php-extension-installer script is provided in the base image. Adding additional PHP extensions is straightforward: