Download the PHP package drawik/symfony-maintenance-mode-bundle without Composer
On this page you can find all versions of the php package drawik/symfony-maintenance-mode-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drawik/symfony-maintenance-mode-bundle
More information about drawik/symfony-maintenance-mode-bundle
Files in drawik/symfony-maintenance-mode-bundle
Download drawik/symfony-maintenance-mode-bundle
More information about drawik/symfony-maintenance-mode-bundle
Files in drawik/symfony-maintenance-mode-bundle
Vendor drawik
Package symfony-maintenance-mode-bundle
Short Description Bundle that enables and disables maintenance mode
License MIT
Package symfony-maintenance-mode-bundle
Short Description Bundle that enables and disables maintenance mode
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony-maintenance-mode-bundle
Symfony Maintenance Mode Bundle
This Bundle enables put symfony into maintenance mode.
Bundle is prepared for Symfony ver. 6 and 7.
Installation
Composer Require
To install this extension run composer require drawik/symfony-maintenance-mode-bundle
Usage
- Enable maintenance mode:
bin/console maintenance:enable
- Disable maintenance mode:
bin/console maintenance:disable
Configuration
You can configure some behavior of bundle.
- state of bundle (enabled/disabled) without removing bundle
- list of ip addresses that are allowed to access site despite enabled maintenance mode
- location of lock file (default: /tmp/maintenance_mode.lock)
Add to config/packages maintenance_mode.yaml
file.
Example content:
All versions of symfony-maintenance-mode-bundle with dependencies
PHP Build Version
Package Version
The package drawik/symfony-maintenance-mode-bundle contains the following files
Loading the files please wait ....