2017 © Pedro Peláez
 

library 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

image

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

  • Friday, July 28, 2017
  • by yevhenlisovenko
  • Repository
  • 2 Watchers
  • 3 Stars
  • 85 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Installation

Via Composer, (*2)

``` bash $ composer require "awescode/ip-firewall":"1.0.5.@dev", (*3)


Add service provider to your app.php file to 'providers' ``` php \Awescode\IPFirewall\FirewallServiceProvider::class

Publish & Migrate firewall table. bash $ php artisan vendor:publish $ php artisan migrate, (*4)

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: - http://example.com/?{variable_from_firewall_config}={key_from_firewall_config}, (*5)

For getting SQL query for manual adding permanent IP to database: - http://example.com/ip-firewall (your IP) - http://example.com/ip-firewall/127.0.0.1 (different IP), (*6)

The Versions

28/07 2017

dev-master

9999999-dev https://www.awescode.de

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

  Sources   Download

MIT

The Requires

 

laravel ip firewall protect protection

04/10 2016

1.0.5

1.0.5.0 https://www.awescode.de

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

  Sources   Download

MIT

The Requires

 

laravel ip firewall protect protection