Skip to content

Debugging

Xdebug in PhpStorm

If you follow our guide on how to set up testing in PhpStorm, you are all set to debug while running tests. Just set breakpoints in code and run the test.

Xdebug through the browser

Feature still pending. Should work, but it doesn't.

Laravel Telescope

Telescope is already installed with the core package and ready to use in the development environment. To enable it, set the TELESCOPE_ENABLED variable in your .env file to true and visit the /telescope URL or click the Tools > Telescope link in the panel navigation.

To use the dark theme also set the TELESCOPE_DARK_THEME variable.