mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
58 lines
2.2 KiB
JSON
58 lines
2.2 KiB
JSON
{
|
|
"manifests": {
|
|
"fdekker/log-viewer-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"FD\\LogViewer\\FDLogViewerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%"
|
|
},
|
|
"post-install-output": [
|
|
" *. Update <fg=green>config/security.yaml</> file, and add a section to the access_control:",
|
|
"<comment>",
|
|
"security:",
|
|
" access_control:",
|
|
" - { path: ^/log-viewer, roles: ROLE_ADMIN }",
|
|
"</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/fd_log_viewer.yaml": {
|
|
"contents": [
|
|
"# Read the documentation: https://github.com/frankdekker/symfony-log-viewer-bundle/blob/master/docs/configuration-reference.md",
|
|
"",
|
|
"fd_log_viewer:",
|
|
" log_files:",
|
|
" monolog:",
|
|
" type: monolog",
|
|
" name: Monolog",
|
|
" downloadable: false",
|
|
" deletable: false",
|
|
"",
|
|
" hosts:",
|
|
" localhost:",
|
|
" name: Local",
|
|
" host: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/fd_log_viewer.yaml": {
|
|
"contents": [
|
|
"fd_symfony_log_viewer:",
|
|
" resource: .",
|
|
" type: fd_symfony_log_viewer",
|
|
" prefix: /log-viewer",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "42ff59ae742719fe7c26b7a988e8d757a15b2524"
|
|
}
|
|
}
|
|
}
|