Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopes-vincent/maintenance
Thelia module for maintenance page
https://github.com/lopes-vincent/maintenance
maintenance maintenance-page php thelia thelia-module
Last synced: about 1 month ago
JSON representation
Thelia module for maintenance page
- Host: GitHub
- URL: https://github.com/lopes-vincent/maintenance
- Owner: lopes-vincent
- Created: 2016-11-28T22:04:04.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T13:40:10.000Z (about 2 years ago)
- Last Synced: 2023-11-20T15:23:31.082Z (about 1 year ago)
- Topics: maintenance, maintenance-page, php, thelia, thelia-module
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Maintenance
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 ```/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 vlopes/maintenance-module:~1.0
```## Usage
To enable maintenance or edit maintenance page go here :
```
/admin/module/Maintenance
```