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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user