Dapatkan pengguna IP Laravel

To get current user ip in php, laravel
  
\Request::ip();

or 
  
$request->ip();
Make Your Own Project