Skip to content

Commit

Permalink
Added readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
olsgreen committed Feb 20, 2021
1 parent 407fe12 commit afbbbc4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# IP Authorization for Laravel

[![Latest Stable Version](https://poser.pugx.org/boxed-code/laravel-ip-authorization/v/stable)](https://packagist.org/packages/boxed-code/laravel-ip-authorization)
[![License](https://poser.pugx.org/boxed-code/laravel-challenge/license)](https://packagist.org/packages/boxed-code/laravel-challenge)
[![Tests](https://github.com/boxed-code/laravel-ip-authorization/actions/workflows/run_tests.yml/badge.svg)](https://github.com/boxed-code/laravel-ip-authorization/actions/workflows/run_tests.yml)

Easily control access to your app by IP address, range or subnet.

### Installation
```composer require boxed-code/laravel-ip-authorization```

0 comments on commit afbbbc4

Please sign in to comment.