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.
Official Support
If you're in need of some help, drop an email to [email protected]!
License
The MIT License (MIT). Please see License File for more information.