Merge pull request #382 from daylerees/fetching-notice
Added bundle fetching notification for bundle:install
This commit is contained in:
commit
8607fcc933
|
@ -53,9 +53,10 @@ public function install($bundles)
|
|||
// hosting party and installing it into the application.
|
||||
$path = path('bundle').$this->path($bundle);
|
||||
|
||||
echo "Fetching [{$bundle['name']}]...";
|
||||
$this->download($bundle, $path);
|
||||
|
||||
echo "Bundle [{$bundle['name']}] installed!".PHP_EOL;
|
||||
echo "done! Bundle installed.".PHP_EOL;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -200,4 +201,4 @@ protected function path($bundle)
|
|||
return array_get($bundle, 'path', $bundle['name']);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue