Browse Source

Use working directory.

Taylor Otwell 9 years ago
parent
commit
aa9015cac0
2 changed files with 1 additions and 1 deletions
  1. 1 1
      config/filesystems.php
  2. 0 0
      storage/work/.gitkeep

+ 1 - 1
config/filesystems.php

@@ -45,7 +45,7 @@ return [
 
 		'local' => [
 			'driver' => 'local',
-			'root'   => base_path(),
+			'root'   => storage_path().'/work',
 		],
 
 		's3' => [

+ 0 - 0
storage/work/.gitkeep