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
Requires
- symfony/framework-bundle: >=2.6
Requires (Dev)
- symfony/phpunit-bridge: ^4.3
This package is auto-updated.
Last update: 2025-06-29 02:06:43 UTC
README
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'