diff --git a/laravel/cli/tasks/bundle/providers/github.php b/laravel/cli/tasks/bundle/providers/github.php index c17602f9..83d08205 100644 --- a/laravel/cli/tasks/bundle/providers/github.php +++ b/laravel/cli/tasks/bundle/providers/github.php @@ -28,6 +28,8 @@ protected function zipball($bundle) $url = "http://nodeload.github.com/{$bundle['location']}/zipball/master"; parent::zipball($bundle, $url, true); + + echo "Bundle [{$bundle['name']} has been installed!".PHP_EOL; } /**