awescode/ip-firewall

The tool for protection your Laravel 5 website by IP. The system works with dynamic tables and you can add your IP to Awescode firewall remotely
100 6
Install
composer require awescode/ip-firewall
Latest Version:1.0.5
PHP:>=5.6.0
License:MIT
Last Updated:Jul 28, 2017
Links: GitHub  ·  Packagist
Maintainer: Yevhen L.

Laravel firewall by IP

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.

Installation

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

Usage

  1. Change values in /config/firewall.php
  2. Go to http://example.com/ip-firewall, copy string, put to MySQL for adding your IP to permanent list
  3. Make the secret link for dynamic adding IP to system: http://example.com/?{variable_from_firewall_config}={key_from_firewall_config}

Notice:

For automaticly adding temporary new IP address to firewall use:

For getting SQL query for manual adding permanent IP to database:

Related Packages

salehye/laravel-security

🔥 Advanced Security Package for Laravel 12 - The most comprehensive security so...

4 0
cresjie/ip-blocker

Laravel IP address blocker

40 3
pragmarx/firewall

A Laravel IP whitelisting and blacklisting

1,015,009 1,405
lab404/laravel-auth-checker

Laravel Auth Checker allows you to log users authentication, devices authenticat...

168,596 222
sumanion/laravel-cloudflare

Simple way to determine real client IP and country when using CloudFlare

3,145 9