ypereirareis / LexikMaintenanceBundle

This Symfony2 bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips addresses stored in your configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OVERVIEW

WARNING, this project is a fork of https://github.com/lexik/LexikMaintenanceBundle/ with Redis support (cherry picked from lexik#65).

This bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips addresses stored in your configuration

Build Status Latest Stable Version SensioLabsInsight

Several choices of maintenance mode are possible: a simple test of an existing file, or memcache, or in a database.


Documentation

For installation and how to use the bundle refer to Resources/doc/index.md

About

This Symfony2 bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips addresses stored in your configuration.

License:MIT License


Languages

Language:PHP 100.0%