Skip to content

Instantly share code, notes, and snippets.

@drrobotnik
Created April 20, 2015 19:21
Show Gist options
  • Save drrobotnik/a3c620daff7d7989230f to your computer and use it in GitHub Desktop.
Save drrobotnik/a3c620daff7d7989230f to your computer and use it in GitHub Desktop.
$app->get('/', function() use ( $app ) {
$request = Request::all();
$ip = $request->getClientIp();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment