added Mp3000mp TOSBundle recipe

This commit is contained in:
Matthias Perret
2020-11-01 12:49:56 +01:00
parent 9cfe4f852a
commit 89ba599607
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
mp3000mp_tos:
kernel_event:
authenticators:
- main
priority: -20
user_provider: App\Entity\User

View File

@@ -0,0 +1,3 @@
mp3000mp_tos:
resource: "@Mp3000mpTOSBundle/Resources/config/routes.yaml"
prefix: /tos

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Mp3000mp\\TOSBundle\\Mp3000mpTOSBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}