Browse Source

added message for zip install.

Taylor Otwell 13 years ago
parent
commit
62ee825071
1 changed files with 2 additions and 0 deletions
  1. 2 0
      laravel/cli/tasks/bundle/providers/github.php

+ 2 - 0
laravel/cli/tasks/bundle/providers/github.php

@@ -28,6 +28,8 @@ class Github extends Provider {
 		$url = "http://nodeload.github.com/{$bundle['location']}/zipball/master";
 
 		parent::zipball($bundle, $url, true);
+
+		echo "Bundle [{$bundle['name']} has been installed!".PHP_EOL;
 	}
 
 	/**