Skip to content

Commit c6443eb

Browse files
committed
Configurable dependencies
1 parent a0e3fdf commit c6443eb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: config/phpdebugbar.config.php

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
return [
4+
'phpmiddleware' => [
5+
'phpdebugbar' => [
6+
'javascript_renderer' => [
7+
'base_url' => '/phpdebugbar',
8+
],
9+
'collectors' => [],
10+
'storage' => '',
11+
],
12+
],
13+
];

0 commit comments

Comments
 (0)