An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![Package Logo](https://banners.beyondco.de/Laravel%20Lockout.png?theme=light&packageName=rappasoft%2Flockout&pattern=hideout&style=style_1&description=Put+your+Laravel+application+into+read-only+mode&md=1&fontSize=100px&images=lock-closed)

[![Latest Version on Packagist](https://img.shields.io/packagist/v/rappasoft/lockout.svg?style=flat-square)](https://packagist.org/packages/rappasoft/lockout)
![Run Tests](https://github.com/rappasoft/lockout/workflows/Run%20Tests/badge.svg?branch=master)
[![StyleCI](https://styleci.io/repos/242222088/shield?style=plastic)](https://github.styleci.io/repos/242222088)
[![Code Coverage](https://scrutinizer-ci.com/g/rappasoft/lockout/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/rappasoft/lockout/?branch=master)
[![Quality Score](https://img.shields.io/scrutinizer/g/rappasoft/lockout.svg?style=flat-square)](https://scrutinizer-ci.com/g/rappasoft/lockout)
[![Total Downloads](https://img.shields.io/packagist/dt/rappasoft/lockout.svg?style=flat-square)](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.