PHP Class Valet\Ngrok

ファイルを表示 Open project: laravel/valet

Public Properties

Property Type Description
$tunnelsEndpoint

Public Methods

Method Description
currentTunnelUrl ( ) : string Get the current tunnel URL from the Ngrok API.
findHttpTunnelUrl ( array $tunnels ) : string | null Find the HTTP tunnel URL from the list of tunnels.

Method Details

currentTunnelUrl() public method

Get the current tunnel URL from the Ngrok API.
public currentTunnelUrl ( ) : string
return string

findHttpTunnelUrl() public method

Find the HTTP tunnel URL from the list of tunnels.
public findHttpTunnelUrl ( array $tunnels ) : string | null
$tunnels array
return string | null

Property Details

$tunnelsEndpoint public_oe property

public $tunnelsEndpoint