diff --git a/PHPCI/Command/InstallCommand.php b/PHPCI/Command/InstallCommand.php index 2a2cf7c2..7b97758a 100644 --- a/PHPCI/Command/InstallCommand.php +++ b/PHPCI/Command/InstallCommand.php @@ -34,7 +34,9 @@ class InstallCommand extends Command $str = "set('app_namespace', 'PHPCI'); b8\Registry::getInstance()->set('DefaultController', 'Index'); b8\Registry::getInstance()->set('ViewPath', dirname(__FILE__) . '/PHPCI/View/'); \ No newline at end of file diff --git a/console b/console index cae511bd..2e25dfab 100755 --- a/console +++ b/console @@ -1,15 +1,28 @@ #!/usr/bin/env php add(new RunCommand); $application->add(new InstallCommand);