Exemplo n.º 1
0
 /**
  * init command.
  */
 public function init(InputInterface $input, OutputInterface $output)
 {
     try {
         $this->executeWizard($input, $output);
         $this->filesytem->overwrite((new LlumRCFile())->path(), $this->compiler->compile($this->filesytem->get($this->getStubPath()), $this->data));
     } catch (\Exception $e) {
         print_r($e->xdebug_message);
     }
 }