PHP Class Valet\PhpFpm

Afficher le fichier Open project: laravel/valet

Méthodes publiques

Свойство Type Description
$brew
$cli
$files
$taps

Méthodes publiques

Méthode Description
__construct ( Brew $brew, CommandLine $cli, Filesystem $files ) : void Create a new PHP FPM class instance.
fpmConfigPath ( ) : string Get the path to the FPM configuration file for the current PHP version.
install ( ) : void Install and configure DnsMasq.
restart ( ) : void Restart the PHP FPM process.
stop ( ) : void Stop the PHP FPM process.
updateConfiguration ( ) : void Update the PHP FPM configuration.

Method Details

__construct() public méthode

Create a new PHP FPM class instance.
public __construct ( Brew $brew, CommandLine $cli, Filesystem $files ) : void
$brew Brew
$cli CommandLine
$files Filesystem
Résultat void

fpmConfigPath() public méthode

Get the path to the FPM configuration file for the current PHP version.
public fpmConfigPath ( ) : string
Résultat string

install() public méthode

Install and configure DnsMasq.
public install ( ) : void
Résultat void

restart() public méthode

Restart the PHP FPM process.
public restart ( ) : void
Résultat void

stop() public méthode

Stop the PHP FPM process.
public stop ( ) : void
Résultat void

updateConfiguration() public méthode

Update the PHP FPM configuration.
public updateConfiguration ( ) : void
Résultat void

Property Details

$brew public_oe property

public $brew

$cli public_oe property

public $cli

$files public_oe property

public $files

$taps public_oe property

public $taps