You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$installer->answers['Service_Name'] = $installer->io->ask("\n <question>>>> What is the 'micro-service' name?</question> [default: <comment>my service</comment>] ", 'my service');
59
-
// $installer->answers['Resource_Name'] = $installer->io->ask("\n <question>>>> What is the 'resource' name?</question> [default: <comment>my resource</comment>] ", 'my resource');
60
-
// $installer->answers['PHPStorm_Config'] = $installer->io->askConfirmation("\n <question>>>> Are you using PHPStorm? Do you want to auto add Docker image config?</question> (y/n) [default: <comment>yes</comment>] ", true);
61
-
// if ($installer->answers['PHPStorm_Config']) {
62
-
// $installer->io->write("\n <info>>>> Please provide your AWS credentials</info>");
$installer->answers['Resource_Name'] = $installer->io->ask("\n <question>>>> What is the 'resource' name?</question> [default: <comment>my resource</comment>] ", 'my resource');
60
+
$installer->answers['PHPStorm_Config'] = $installer->io->askConfirmation("\n <question>>>> Are you using PHPStorm? Do you want to auto add Docker image config?</question> (y/n) [default: <comment>yes</comment>] ", true);
61
+
if ($installer->answers['PHPStorm_Config']) {
62
+
$installer->io->write("\n <info>>>> Please provide your AWS credentials</info>");
$installer->answers['Github_Config'] = $installer->io->askConfirmation("\n <question>>>> Do you want to auto add Github repository?</question> (y/n) [default: <comment>yes</comment>] ", true);
71
71
if ($installer->answers['Github_Config']) {
72
72
$installer->io->write("\n <info>>>> Please provide your Github configurations</info>");
0 commit comments