-
- Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
New FeatureStill RelevantMark PRs that might've been auto-closed that are still relevant.Mark PRs that might've been auto-closed that are still relevant.
Description
Feature Request
I think it might be a good idea to add Xdebug to the Docker container image (using the Dockerfile) that is distributed with the repository. This will allow to start debugging issues immediately when contributing to the library.
The enhancement is rather ease and only requires two more lines in the Dockerfile:
- && docker-php-ext-enable mongodb + && docker-php-ext-enable mongodb \ + && pecl install xdebug \ + && docker-php-ext-enable xdebug Metadata
Metadata
Assignees
Labels
New FeatureStill RelevantMark PRs that might've been auto-closed that are still relevant.Mark PRs that might've been auto-closed that are still relevant.