Exemplo n.º 1
0
 /**
  * Install the given bundle into the application.
  *
  * @param  string  $bundle
  * @param  string  $path
  * @return void
  */
 public function install($bundle, $path)
 {
     $url = "http://github.com/{$bundle['location']}/zipball/master";
     //$url = "https://github.com/{$bundle['location']}/archive/master.zip";
     $url = "http://github.com/{$bundle['location']}/zipball/master";
     parent::zipball($url, $bundle, $path);
 }
Exemplo n.º 2
0
 /**
  * Install the given bundle into the application.
  *
  * @param  string  $bundle
  * @param  string  $path
  * @return void
  */
 public function install($bundle, $path)
 {
     $url = "http://nodeload.github.com/{$bundle['location']}/zipball/master";
     parent::zipball($url, $bundle, $path);
 }