From 0e7c08c7e17672c5e2d9e799542e79929115a1b4 Mon Sep 17 00:00:00 2001 From: Saeid Date: Sat, 10 Oct 2020 20:43:49 +0330 Subject: [PATCH] config --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 01c7684..5d67f20 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -45,7 +45,7 @@ return [ 'local' => [ 'driver' => 'local', - 'root' => storage_path('app'), + 'root' => base_path('/'), ], 'public' => [