2017 © Pedro Peláez
 

package ipwhitelist

image

atomjuice/ipwhitelist

  • Friday, July 14, 2017
  • by SCollins
  • Repository
  • 2 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

IP Whitelist

This package is designed to work with the mpociot/teamwork package for Laravel 5.., (*1)

Installation

You can install this package with composer:, (*2)

composere require atomjuice\ipwhitelist

Add the middleware below to your $routeMiddleware in App\Http\Kernel.php., (*3)

protected $routeMiddleware = [
    ...
    'ip' => \AtomJuice\IpWhitelist\Http\Middleware\IpWhitelist::class,
];

You can then add it to app API requests like below, (*4)

'api' => [
    ...
    'ip'
],

The Versions

14/07 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires