1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Show install, start, stop and restart log info

This commit is contained in:
Antonio Carlos Ribeiro
2017-02-21 12:04:45 -03:00
parent 2e0e2c1fa4
commit 6f8c14271a
4 changed files with 23 additions and 3 deletions

View File

@@ -54,6 +54,8 @@ function install()
*/
function updateConfiguration()
{
info('Updating php configuration...');
$contents = $this->files->get($this->fpmConfigPath());
$contents = preg_replace('/^user = .+$/m', 'user = '.user(), $contents);