| Package Data | |
|---|---|
| Maintainer Username: | Yevhen L. |
| Maintainer Contact: | support@awescode.de (Yevhen Lisovenko) |
| Package Create Date: | 2016-06-10 |
| Package Last Update: | 2017-07-28 |
| Home Page: | https://www.awescode.de |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:00:57 |
| Package Statistics | |
|---|---|
| Total Downloads: | 100 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 6 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
The tool for protection your Laravel 5 website by IP. The system works with dynamic tables and you can add your IP to https://www.awescode.de Firewall remotely.
Via Composer
$ composer require "awescode/ip-firewall":"1.0.5.@dev"
Add service provider to your app.php file to 'providers'
\Awescode\IPFirewall\FirewallServiceProvider::class
Publish & Migrate firewall table.
$ php artisan vendor:publish
$ php artisan migrate
For automaticly adding temporary new IP address to firewall use:
For getting SQL query for manual adding permanent IP to database: