Download the PHP package novactive/ezmaintenancebundle without Composer
On this page you can find all versions of the php package novactive/ezmaintenancebundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download novactive/ezmaintenancebundle
More information about novactive/ezmaintenancebundle
Files in novactive/ezmaintenancebundle
Package ezmaintenancebundle
Short Description Novactive eZ Maintenance bundle is an Ibexa bundle that helps you to easily enable a Maintenance page.
License MIT
Homepage https://github.com/Novactive/NovaeZMaintenanceBundle
Informations about the package ezmaintenancebundle
Novactive eZ Maintenance Bundle
This repository is what we call a "subtree split": a read-only copy of one directory of the main repository. It is used by Composer to allow developers to depend on specific bundles.
If you want to report or contribute, you should instead open your issue on the main repository: https://github.com/Novactive/Nova-eZPlatform-Bundles
Documentation is available in this repository via .md
files but also packaged here: https://novactive.github.io/Nova-eZPlatform-Bundles/master/MaintenanceBundle/README.md.html
Easily enable a Maintenance page.
Installation
Step 1: Download using composer
Add the lib to your composer.json, run composer require novactive/ezmaintenancebundle
to refresh dependencies.
Step 2: Enable the bundle
Then inject the bundle in the bundles.php
of your application.
Step 3: Add the default routes
Activate the sroutes:
Step 4: Clear the cache and check
Step 5: check X-Maintenance response header to VCL
Maintenance page will return 503 status code and VCL will abandon it, So update your vcl to force displaying response with 503 and X-Maintenance header