mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
add recipe for liip/monitor-bundle:2.6.*
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
liip_monitor:
|
||||
# enabling the controller requires that `assets` are enabled in the framework bundle
|
||||
enable_controller: false
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Liip\\MonitorBundle\\LiipMonitorBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>liip/monitor-bundle</><bg=blue;fg=white> </>
|
||||
|
||||
<options=bold>Configure</> the bundle and routes:
|
||||
1. You <options=bold>MUST</> verify the configuration in <comment>%CONFIG_DIR%/packages/monitor.yaml</>.
|
||||
2. You <options=bold>MAY</> configure additional your checks and reporters, see the README.md for instructions.
|
||||
3. You <options=bold>MAY</> configure the routes as specified in the README.md if you enable the controller.
|
||||
Reference in New Issue
Block a user