Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchit288 committed May 11, 2023
1 parent 9cb76d7 commit e8db8b9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/vcian/laravel-ip-gateway?style=for-the-badge)](https://packagist.org/packages/vcian/laravel-ip-gateway)

## Requirements
## Features

PHP ^8.0
* The Laravel Ip gateway package helps you to blacklist or whitelist IP to prevent unauthorized access to your application.

## Features
* Since blacklists deny access to specific entities, they are best used when a limited number of items need to be denied access.
When most entities need to be denied access, a whitelist approach is more efficient.

* The Laravel Ip gateway package helps you to blacklist or whitelist IP to prevent unauthorized access.
## Requirements

* Since blacklists deny access to specific entities, they are best used when a limited number of items need to be denied access. When most entities need to be denied access, a whitelist approach is more efficient
PHP ^8.0

## Installation

Expand Down Expand Up @@ -50,7 +51,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security-related issues, please email [email protected] or [email protected] instead of using the issue tracker.
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

## License

Expand Down

0 comments on commit e8db8b9

Please sign in to comment.