Index of /lpage-fluessiggas/vendor/lexik/maintenance-bundle

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]Command/ 2023-04-17 22:02 -  
[DIR]DependencyInjection/ 2023-04-17 22:02 -  
[DIR]Drivers/ 2023-04-17 22:02 -  
[DIR]Exception/ 2023-04-17 22:02 -  
[DIR]Listener/ 2023-04-17 22:02 -  
[DIR]Resources/ 2023-04-17 22:02 -  
[DIR]Tests/ 2023-04-17 22:02 -  
[   ]LexikMaintenanceBund..>2023-04-17 22:02 147  
[   ]phpunit.xml.dist 2023-04-17 22:02 902  
[TXT]LICENSE 2023-04-17 22:02 1.0K 
[   ]composer.json 2023-04-17 22:02 1.1K 

OVERVIEW
========

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](https://secure.travis-ci.org/lexik/LexikMaintenanceBundle.png?branch=master)](http://travis-ci.org/lexik/LexikMaintenanceBundle)
[![Latest Stable Version](https://poser.pugx.org/lexik/maintenance-bundle/v/stable)](https://packagist.org/packages/lexik/maintenance-bundle)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/e433c419-0f87-4b6b-9d5b-c091bcf527e4/mini.png)](https://insight.sensiolabs.com/projects/e433c419-0f87-4b6b-9d5b-c091bcf527e4)

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](https://github.com/lexik/LexikMaintenanceBundle/blob/master/Resources/doc/index.md)