Request::fullUrlIs PHP Method

fullUrlIs() public static method

Determine if the current request URL and query string matches a pattern.
public static fullUrlIs ( ) : boolean
return boolean
        public static function fullUrlIs()
        {
            return \Illuminate\Http\Request::fullUrlIs();
        }