match($request); if(is_null($route)) return false; $route_path = $route->uri(); if (strpos($route_path, '/') != 0) $route_path = '/' . $route_path; return $route_path; } catch (\Exception $ex) { Log::error($ex); } return false; } }