https://github.com/rappasoft/lockout
Put your Laravel application into read-only mode.
https://github.com/rappasoft/lockout
Last synced: 2 months ago
JSON representation
Put your Laravel application into read-only mode.
- Host: GitHub
- URL: https://github.com/rappasoft/lockout
- Owner: rappasoft
- License: mit
- Created: 2020-02-21T20:10:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T16:09:19.000Z (over 1 year ago)
- Last Synced: 2025-03-30T08:11:23.196Z (2 months ago)
- Language: PHP
- Size: 51.8 KB
- Stars: 96
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/support-me.md
Awesome Lists containing this project
README

[](https://packagist.org/packages/rappasoft/lockout)

[](https://github.styleci.io/repos/242222088)
[](https://scrutinizer-ci.com/g/rappasoft/lockout/?branch=master)
[](https://scrutinizer-ci.com/g/rappasoft/lockout)
[](https://packagist.org/packages/rappasoft/lockout)### Enjoying this package? [Buy me a beer 🍺](https://www.buymeacoffee.com/rappasoft)
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:
``` bash
composer require rappasoft/lockout
```## Documentation and Usage Instructions
See the [documentation](https://rappasoft.com/docs/lockout) for detailed installation and usage instructions.
## Testing
``` bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Anthony Rappa](https://github.com/rappasoft)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.