Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 1.07 KB

README.md

File metadata and controls

15 lines (7 loc) · 1.07 KB

Latest Stable Version Total Downloads License Monthly Downloads

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.