rappasoft / lockout
Put your Laravel application into read-only mode.
Fund package maintenance!
rappasoft
Installs: 245 731
Dependents: 2
Suggesters: 0
Security: 0
Stars: 94
Watchers: 5
Forks: 5
Open Issues: 0
Requires
- php: ^8.1
- illuminate/support: ^10.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^9.5.10
This package is auto-updated.
Last update: 2024-10-12 04:35:32 UTC
README
Enjoying this package? Buy me a beer 🍺
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.
Installation
You can install the package via composer:
composer require rappasoft/lockout
Documentation and Usage Instructions
See the documentation for detailed installation and usage instructions.
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email rappa819@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.