@@ -57,6 +57,9 @@ discard block |
||
| 57 | 57 | $this->output->writeln("<info>Install Complete!</info>"); |
| 58 | 58 | } |
| 59 | 59 | |
| 60 | + /** |
|
| 61 | + * @param string $appBasePath |
|
| 62 | + */ |
|
| 60 | 63 | protected function install($appBasePath, $appNamespace) |
| 61 | 64 | { |
| 62 | 65 | $installer = new SkeletonBuilder($appBasePath, __DIR__ . '/../skeleton'); |
@@ -117,6 +120,10 @@ discard block |
||
| 117 | 120 | $this->output->writeln("<info>ok</info>"); |
| 118 | 121 | } |
| 119 | 122 | |
| 123 | + /** |
|
| 124 | + * @param string $message |
|
| 125 | + * @param string $default |
|
| 126 | + */ |
|
| 120 | 127 | protected function askAppNamespace($message, $default) |
| 121 | 128 | { |
| 122 | 129 | return $this->io->ask($message, $default, function ($namespace) { |