From aa9015cac05281741f9dc05c91cd780952c21cc1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 29 Aug 2014 15:53:01 +0200 Subject: [PATCH] Use working directory. --- config/filesystems.php | 2 +- storage/work/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 storage/work/.gitkeep diff --git a/config/filesystems.php b/config/filesystems.php index 6b57e3b6..36394709 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -45,7 +45,7 @@ 'local' => [ 'driver' => 'local', - 'root' => base_path(), + 'root' => storage_path().'/work', ], 's3' => [ diff --git a/storage/work/.gitkeep b/storage/work/.gitkeep new file mode 100644 index 00000000..e69de29b