1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00
This commit is contained in:
Taylor Otwell
2018-03-02 08:25:57 -06:00
parent 466d66eb9f
commit 884753b75e
2 changed files with 3 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ function restart()
*/
function stop()
{
$this->brew->stopService('php56', 'php70', 'php71', 'php72');
$this->brew->stopService('php56', 'php70', 'php71', 'php72', 'php');
}
/**
@@ -106,6 +106,7 @@ function stop()
function fpmConfigPath()
{
$confLookup = [
'php' => '/usr/local/etc/php/7.2/php-fpm.d/www.conf',
'php72' => '/usr/local/etc/php/7.2/php-fpm.d/www.conf',
'php71' => '/usr/local/etc/php/7.1/php-fpm.d/www.conf',
'php70' => '/usr/local/etc/php/7.0/php-fpm.d/www.conf',