wedevelopnl / silverstripe-maintenance-mode
Maintenance mode for Silverstripe
Installs: 311
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=7.4
- silverstripe/errorpage: ^1.11@stable
- silverstripe/framework: ^4@stable
Requires (Dev)
Suggests
- wedevelopnl/silverstripe-elemental-grid: Enhances the error pages by enabeling a grid on them.
README
Adds the ability to put a Silverstripe website in maintenance mode. While in maintenance mode a generic maintenance page will be displayed for all regular visitors. Site administrators can still access the CMS and navigate the website as usual.
Requirements
- See
composer.json
requirements
Installation
composer require wedevelopnl/silverstripe-maintenance-mode
- Run a
dev/build
License
See License
Maintainers
Development and contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. See read our contributing document for more information.
Getting started
We advise to use Docker/Docker compose for development.
We also included a Makefile to simplify some commands
Our development container contains some built-in tools like PHPCSFixer
.