keized/maintenance-bundle

Keized MaintenanceBundle

安装: 141

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

v1.0.3 2019-11-01 19:12 UTC

This package is auto-updated.

Last update: 2024-09-29 05:28:55 UTC


README

Build Status

安装

$ composer require keized/maintenance-bundle

命令

启用维护

$ php bin/console app:maintenance on

禁用维护

$ php bin/console app:maintenance off

配置

在您的config/services/packages文件夹中添加以下文件 keized_maintenance.yaml

keized_maintenance:
    template: '%kernel.project_dir%/templates/maintenance-custom.html'