barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
16.57k stars 1.53k forks source link

Fix route path in phar #1624

Closed murrant closed 1 month ago

murrant commented 1 month ago

Don't call realpath() on route file path, it breaks routes inside phars. It doesn't match the $configPath above it. I can't figure out why realpath() would be called here.

Don't ask why I'm using in a phar ;)