Download the PHP package nuboxdevcom/maintenance-bundle without Composer
On this page you can find all versions of the php package nuboxdevcom/maintenance-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nuboxdevcom/maintenance-bundle
More information about nuboxdevcom/maintenance-bundle
Files in nuboxdevcom/maintenance-bundle
Package maintenance-bundle
Short Description Maintenance bundle for Symfony 3.x 4.x
License MIT
Homepage https://github.com/nuboxdevcom/maintenance-bundle
Informations about the package maintenance-bundle
MaintenanceBundle v2
Requirements
- PHP
>=7.1
- symfony/framework-bundle
>= 3.4 || ^4.0
- Twig
^2.4
#
:warning: Symfony before version 3.4 NOTICE
Please use ^1.x branch versions.
2.x versions is incompatible with versions lower than symfony 3.4
#
Installation:
Pretty simple with Composer, run:
#
Simply Configuration
Enter your IPs here to allow you to access your site during a maintenance.
In config/ndc_maintenance.yaml
#
Configuration
Symfony Flex takes care of everything!
#
How to Use
In your template, add this to let you know if the site is in maintenance
isMaintenanceMode() return boolean true or false.
If you want to activate maintenance mode, you will need to call the following method
Or
To disable maintenance mode.
If you want to know if maintenance is enabled from a controller, use this method
isMaintenanceMode() return boolean true or false.
#
How to change the view of maintenance page
If you want to change the view, create a new view file
All versions of maintenance-bundle with dependencies
symfony/framework-bundle Version ^3.4|^4.0
symfony/twig-bundle Version ^3.4|^4.0
symfony/templating Version ^3.4|^4.0
symfony/asset Version ^3.4|^4.0
symfony/yaml Version ^3.4|^4.0
twig/twig Version ^2.4