Skip to content

Commit be1cbbe

Browse files
committed
#149: Bring foliokit welcome message
1 parent f1505c0 commit be1cbbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Joomlatools/Console/Command/Site/Install.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
use Joomlatools\Console\Command;
1616
use Joomlatools\Console\Command\Database;
17-
use Joomlatools\Console\Command\Vhost;
18-
use Joomlatools\Console\Joomla\Util;
1917

2018
class Install extends Database\AbstractDatabase
2119
{
@@ -115,9 +113,11 @@ protected function execute(InputInterface $input, OutputInterface $output)
115113
$this->installExtensions($input, $output);
116114
}
117115

118-
$output->writeln("Your new Joomla site has been configured.");
116+
$output->writeln("Your new Joomla site has been created.");
117+
$output->writeln("It was installed using the domain name <info>$this->site.test</info>.");
119118
$output->writeln("You can login using the following username and password combination: <info>admin</info>/<info>admin</info>.");
120119

120+
121121
return 0;
122122
}
123123

0 commit comments

Comments
 (0)