laravel-cloudflare-real-ip maintained by molayli
Description
Get the real ip for laravel applications behind cloudflare's reverse proxy
Author
Last update
2018/01/19 17:51
(dev-master)
License
Downloads
21 248
Tags
[Note] Tested on laravel 5.5.* only
A Laravel service provider to set the real IP address in Laravel Request for applications behind cloudflare's reverse proxy.
Usage
Just install the package using composer, Laravel auto package discovery will take care of the rest .
composer require molayli/laravel-cloudflare-real-ip
Credits
This package is based on sumanion/laravel-cloudflare.