2017 © Pedro Peláez
 

library laravel-local-ip-detector

Local IP detection with HTML5 WebRTC

image

nqxcode/laravel-local-ip-detector

Local IP detection with HTML5 WebRTC

  • Monday, April 16, 2018
  • by nqxcode
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel 4.2 Local IP detector

!!! NOT working on modern version of browsers with default settings !!!, (*1)

Laravel 4.2 package provides fuctionality for detection of client Local IP (via HTML5 WebRTC) and storing of this address to the cookie., (*2)

Installation

Require this package in your composer.json and run composer update:, (*3)

{
    "require": {
          "nqxcode/laravel-local-ip-detector": "1.*"
    }
}

After updating composer, add the ServiceProvider to the providers array in app/config/app.php, (*4)

'providers' => [
    'Nqxcode\LaravelLocalIpDetector\ServiceProvider',
],

Configuration

Publish the config file into your project by running:, (*5)

php artisan config:publish nqxcode/laravel-local-ip-detector

#

License

Package licenced under the MIT license., (*6)

The Versions

16/04 2018

dev-master

9999999-dev

Local IP detection with HTML5 WebRTC

  Sources   Download

The Requires

 

by Andrey Pokoev

15/04 2018

v1.0.2

1.0.2.0

Local IP detection with HTML5 WebRTC

  Sources   Download

The Requires

 

by Andrey Pokoev

15/04 2018

v1.0.1

1.0.1.0

Local IP detection with HTML5 WebRTC

  Sources   Download

The Requires

 

by Andrey Pokoev

15/04 2018

v1.0.0

1.0.0.0

Local IP detection with HTML5 WebRTC

  Sources   Download

The Requires

 

by Andrey Pokoev