mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
add recipe for prolix-maintenance-bundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
lexik_maintenance:
|
||||
driver:
|
||||
class: '\Lexik\Bundle\MaintenanceBundle\Drivers\FileDriver'
|
||||
options: {file_path: '%kernel.root_dir%/../var/cache/lock'}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Lexik\\Bundle\\MaintenanceBundle\\LexikMaintenanceBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user