Photo by Ben Griffiths on UnsplashDebuging Laravel Sail ProjectsVlad Osmianski·Oct 19, 2022·1 min read Add to .env: SAIL_XDEBUG_MODE=develop,debug,coverage Restart sail up. In PHPStorm, add mapping in Settings → PHP → Servers → 0.0.0.0 to /var/www/html. PHPLaraveldebugging Share this