public function fire() { $scaffold = new Scaffold($this); $scaffold->setupLayoutFiles(); $scaffold->createLayout(); $scaffold->createModels(); $this->info('Please wait a few moments...'); $this->call('clear-compiled'); $this->call('optimize'); $this->info('Done!'); }