mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
@@ -424,8 +424,9 @@ function (ConsoleCommandEvent $event) {
|
||||
}
|
||||
|
||||
if (! Ngrok::installed()) {
|
||||
info("\nIn order to share with ngrok, you'll need a version\nof ngrok installed and managed by Homebrew.");
|
||||
$helper = $this->getHelperSet()->get('question');
|
||||
$question = new ConfirmationQuestion('Would you like to install ngrok now? [y/N] ', false);
|
||||
$question = new ConfirmationQuestion('Would you like to install ngrok via Homebrew now? [y/N] ', false);
|
||||
|
||||
if (false === $helper->ask($input, $output, $question)) {
|
||||
info('Proceeding without installing ngrok.');
|
||||
|
||||
Reference in New Issue
Block a user