keized/maintenance-bundle

Keized MaintenanceBundle

Installs: 141

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

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

This package is auto-updated.

Last update: 2025-06-29 02:06:43 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'