Download the PHP package artgris/maintenance-bundle without Composer
On this page you can find all versions of the php package artgris/maintenance-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download artgris/maintenance-bundle
More information about artgris/maintenance-bundle
Files in artgris/maintenance-bundle
Download artgris/maintenance-bundle
More information about artgris/maintenance-bundle
Files in artgris/maintenance-bundle
Vendor artgris
Package maintenance-bundle
Short Description Symfony Bundle to place your Symfony website in maintenance mode
License MIT
Homepage https://github.com/artgris/MaintenanceBundle
Package maintenance-bundle
Short Description Symfony Bundle to place your Symfony website in maintenance mode
License MIT
Homepage https://github.com/artgris/MaintenanceBundle
Please rate this library. Is it a good library?
Informations about the package maintenance-bundle
MaintenanceBundle
Symfony Bundle to place your Symfony website in maintenance mode - Default Maintenance Page
Installation
1) Download
composer require artgris/maintenance-bundle
2) Configure the Bundle
Adds following configurations
to config/packages/artgris_maintenance.yaml
:
3) Override maintenance.html.twig (optional)
in templates/bundles/ArtgrisMaintenanceBundle/maintenance.html.twig
ex:
Usage
The dev
environment was not affected by maintenance.
- Enable|Disable maintenance :
enable: true|false
- Add authorized IPs to prod :
ips: ["127.0.0.1","::1",...]
- Maintenance Page HTTP Status Code :
response: 503
Don't forget to clear the prod
cache :
php bin/console cache:clear
All versions of maintenance-bundle with dependencies
PHP Build Version
Package Version
The package artgris/maintenance-bundle contains the following files
Loading the files please wait ....