alpine / maintenance
Custom maintenance page from html file placed in pub/maintenance directory
Installs: 8 058
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 4
Open Issues: 2
Type:magento2-module
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: 2025-04-01 02:01:09 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