PHP Class Valet\PhpFpm

Show file Open project: laravel/valet

Public Properties

Property Type Description
$brew
$cli
$files
$taps

Public Methods

Method 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 method

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

fpmConfigPath() public method

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

install() public method

Install and configure DnsMasq.
public install ( ) : void
return void

restart() public method

Restart the PHP FPM process.
public restart ( ) : void
return void

stop() public method

Stop the PHP FPM process.
public stop ( ) : void
return void

updateConfiguration() public method

Update the PHP FPM configuration.
public updateConfiguration ( ) : void
return void

Property Details

$brew public property

public $brew

$cli public property

public $cli

$files public property

public $files

$taps public property

public $taps