thelia / maintenance-module
Package info
github.com/thelia-modules/Maintenance
Type:thelia-module
pkg:composer/thelia/maintenance-module
3.0.0
2026-08-08 09:16 UTC
Requires
- thelia/installer: ^1.6
This package is not auto-updated.
Last update: 2026-08-08 11:28:10 UTC
README
This module allow you to put your site in maintenance mode. In this mode all page of the site is replaced by a maintenance page configurable in module configuration. But you can still navigate in your site with index_dev.php.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/directory and be sure that the name of the module is Maintenance. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/maintenance-module:~1.0
Usage
To enable maintenance or edit maintenance page go here :
/admin/module/Maintenance