mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Add extra info output to phpfpm install method
This commit is contained in:
@@ -46,6 +46,8 @@ public function __construct(Brew $brew, CommandLine $cli, Filesystem $files, Con
|
||||
*/
|
||||
public function install()
|
||||
{
|
||||
info('Installing and configuring phpfpm...');
|
||||
|
||||
if (! $this->brew->hasInstalledPhp()) {
|
||||
$this->brew->ensureInstalled('php', [], $this->taps);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user