We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00201bc commit 35ca17eCopy full SHA for 35ca17e
src/LaravelDebugbar.php
@@ -843,7 +843,7 @@ public function isEnabled()
843
*/
844
protected function isDebugbarRequest()
845
{
846
- return $this->app['request']->segment(1) == $this->app['config']->get('debugbar.route_prefix');
+ return $this->app['request']->is($this->app['config']->get('debugbar.route_prefix') . '*');
847
}
848
849
/**
0 commit comments