keized/maintenance-bundle

Keized MaintenanceBundle

Maintainers

Package info

github.com/Keized/maintenanceBundle

Type:symfony-bundle

pkg:composer/keized/maintenance-bundle

Statistics

Installs: 142

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-29 00:46:31 UTC


README

Build Status

Installation

$ composer require keized/maintenance-bundle

Command

Enable Maintenance

$ php bin/console app:maintenance on

Disable Maintenance

$ php bin/console app:maintenance off

Configuration

Add the following following file in your config/services/packages folder keized_maintenance.yaml

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