Debugging PHPUnit with VS Code
Code / By Chris Tattum / June 24, 2019
Add the following to the CLI php.ini file. Note: this is not the same as the one Apache uses in…Debugging on Laravel Homestead using VS Code
Code, Laravel / By Chris Tattum / June 15, 2019
Edit the Xdebug ini file in your Vagrant Homestead box:- Make sure the contents look like this:- The important settings…Disabling Xdebug in Laravel Homestead
Code, Laravel / By Chris Tattum / June 15, 2019
Note, these instructions are for Homestead 7, so may change in future versions. To configure Xdebug and other PHP-FPM modules,…