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.
Example usage: https://www.boutique-hotels.paris/
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"
Once installed, you can access the settings in the control panel by clicking the "Maintenance Mode" button.
If you're in need of some help, drop an email to [email protected]!
The MIT License (MIT). Please see License File for more information.