kesarawimal / php-cloudflare-real-ip
Get the real IP for PHP applications behind Cloudflare's reverse proxy.
v0.1.5
2022-03-23 07:46 UTC
Requires
- php: >=7.0
README
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 kesarawimal/php-cloudflare-real-ip
Credits
This package is based on molayli/laravel-cloudflare-real-ip.