Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Merge pull request #68 from yiisoft/fallback-handler
Browse files Browse the repository at this point in the history
Add debug stuff to application's fallback handler
  • Loading branch information
xepozz authored Jun 21, 2024
2 parents f30a07f + 4e7cfc4 commit 46953d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@
'devPanelStaticUrl' => 'https://yiisoft.github.io/yii-dev-panel',
'toolbarStaticUrl' => 'https://yiisoft.github.io/yii-dev-panel/toolbar',
],
'yiisoft/yii-debug-api' => [
'middlewares' => [
\Yiisoft\Yii\Debug\Viewer\Middleware\ToolbarMiddleware::class,
],
],
];

0 comments on commit 46953d6

Please sign in to comment.