alpine / maintenance
Custom maintenance page from html file placed in pub/maintenance directory
Package info
github.com/Alpine-Consulting/maintenance
Type:magento2-module
pkg:composer/alpine/maintenance
1.0.2
2021-07-12 09:29 UTC
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0
- magento/framework: 102.0.*||103.0.*
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2026-03-17 06:34:40 UTC
README
This free module allows to easily replace Magento maintenance mode page by just simply uploading html file to your pub directory.
How to install
Run composer installation command:
composer require alpine/maintenance
How to use
- Create you own maintenance page html file, name it index.html
- Create maintenance directory in Magento pub folder.
- Place created html in maintenance directory. You can also place additional resources like styles and images there, but remember to include pub root path.
- Enable Magento production mode
bin/magento deploy:mode:set production