1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00
php-debugbar/frosting.json

21 lines
540 B
JSON

{
"services": {
"debugBar": {
"class": "DebugBar\\StandardDebugBar"
},
"debugBarRenderer": {
"class": "DebugBar\\Renderer\\JavascriptRenderer",
"configuration": {
"baseUrl": "/frosting/asset/debugBar"
}
},
"assetCopier": {
"configuration": {
"toMirror": {
"debugBar": {"source":"<?php echo str_replace('\\','/',__DIR__ . '/web') ?>"}
}
}
}
}
}