Exemple #1
0
 /**
  * Upload a string to to the given file on the server.
  *
  * @param string $remote
  * @param string $contents
  * @return void 
  * @static 
  */
 public static function putString($remote, $contents)
 {
     \Illuminate\Remote\Connection::putString($remote, $contents);
 }