Ejemplo n.º 1
0
 /**
  * Copy the contents of a bundle's assets to the public folder.
  *
  * @param  string  $source
  * @param  string  $destination
  * @return void
  */
 protected function move($source, $destination)
 {
     File::cpdir($source, $destination);
 }