wedevelopnl/silverstripe-maintenance-mode

Maintenance mode for Silverstripe

Installs: 246

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0-rc3 2023-02-22 14:22 UTC

This package is auto-updated.

Last update: 2024-04-22 17:05:38 UTC


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.