Put your Laravel application into read-only mode.
rappasoft/lockout is a Laravel package for put your laravel application into read-only mode..
It currently has 96 GitHub stars and 290.841 downloads on Packagist (latest version v6.0.0).
Install it with composer require rappasoft/lockout.
Discover more Laravel packages by rappasoft
or browse all Laravel packages to compare alternatives.
Last updated

A simple .env flag that can place your application into read-only mode. By default only get requests are allowed. You can optionally allow authentication.
You can install the package via composer:
composer require rappasoft/lockout
See the documentation for detailed installation and usage instructions.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.