Commit 54081150 authored by ntdinh1987's avatar ntdinh1987

view error

parent 236be21f
......@@ -85,11 +85,10 @@ class NewCommand extends Command
$output->writeln('<info>Download view...</info>');
//Download view
echo $directory;die;
$this->download($zipFile = $this->makeFilename())
->extract($zipFile, $directory);
// ->cleanUp($zipFile);
die;
->extract($zipFile, $directory)
->cleanUp($zipFile);
$this->moveAllFile($directory . '/view.git/', $directory);
$this->rrmdir($directory . '/view.git/');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment