ironstar-io / tokaido

Zero-conf Drupal Local Development Environments with Docker
https://tokaido.io
BSD 3-Clause "New" or "Revised" License
57 stars 10 forks source link

make xdebug easier to activate and available globally #165

Closed ironmike-au closed 5 years ago

ironmike-au commented 5 years ago

fixes #161

With this update we move the FPM setting from the project config.yml file into the global.yml file on a per-project basis. This means that one user can enable xdebug with their own port number without impacting the performance or config of other users on the project.

XDebug also now comes bundled into the main FPM container and no longer requires maintenance of a dedicated FPM container.

Finally, Xdebug is easier to enable with a single global setting: tok config-set global project xdebug enabled true