alpine/maintenance

Custom maintenance page from html file placed in pub/maintenance directory

Installs: 8 045

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 4

Open Issues: 2

Type:magento2-module

1.0.2 2021-07-12 09:29 UTC

This package is not auto-updated.

Last update: 2024-04-15 21:42:59 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

  1. Create you own maintenance page html file, name it index.html
  2. Create maintenance directory in Magento pub folder.
  3. Place created html in maintenance directory. You can also place additional resources like styles and images there, but remember to include pub root path.
  4. Enable Magento production mode
bin/magento deploy:mode:set production

Alpine Logo