PHP Class Valet\Ngrok

Afficher le fichier Open project: laravel/valet

Méthodes publiques

Свойство Type Description
$tunnelsEndpoint

Méthodes publiques

Méthode 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 méthode

Get the current tunnel URL from the Ngrok API.
public currentTunnelUrl ( ) : string
Résultat string

findHttpTunnelUrl() public méthode

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

Property Details

$tunnelsEndpoint public_oe property

public $tunnelsEndpoint