Skip to content

Commit

Permalink
Merge pull request #152 from loic425/fix/setup-command-on-install-com…
Browse files Browse the repository at this point in the history
…mand

run setup command on install command
  • Loading branch information
loic425 committed Mar 13, 2019
2 parents e448540 + 4659ebb commit 8ad80f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Command/Installer/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class InstallCommand extends Command
'command' => 'database',
'message' => 'Setting up the database.',
],
[
'command' => 'setup',
'message' => 'Website configuration.',
],
[
'command' => 'assets',
'message' => 'Installing assets.',
Expand Down

0 comments on commit 8ad80f0

Please sign in to comment.