plugrbase/statamic-maintenance-mode

Statamic addon to set the website in maintenance mode and block all non-logged in users from accessing it.

v1.07 2023-09-19 19:30 UTC

This package is auto-updated.

Last update: 2024-04-17 19:23:35 UTC


README

GitHub release (latest by date) Statamic 4.0+

Statamic Maintenance mode

A tiny addon for Statamic to set the website in maintenance mode and block all non-logged in users from accessing it.

NB: If you want to have full control and set your own protection flow, please see Protecting content.

Installation

You can install the package via composer:

composer require plugrbase/statamic-maintenance-mode

Publish the config file of this package:

php artisan vendor:publish --provider="Plugrbase\MaintenanceMode\ServiceProvider"

Control Panel

Once installed, you can access the settings in the control panel by clicking the "Maintenance Mode" button.

settings

Official Support

If you're in need of some help, drop an email to hello@plugrbase.com!

License

The MIT License (MIT). Please see License File for more information.