diff --git a/laravel/file.php b/laravel/file.php index a12c72c6..e2e9a16b 100644 --- a/laravel/file.php +++ b/laravel/file.php @@ -106,6 +106,11 @@ class File { /** * Move an uploaded file to permanent storage. * + * + * // Upload the $_FILES['photo'] file to a permanent location + * File::upload('photo', 'path/to/new/home.jpg'); + * + * * @param string $key * @param string $path * @return bool