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);
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
*/
|
||||
Container::setInstance(new Container);
|
||||
|
||||
$version = '3.1.5';
|
||||
$version = '3.1.6';
|
||||
|
||||
$app = new Application('Laravel Valet', $version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user