From c60d6e9dee15ab6d9758eee193666e3f32875fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Wed, 21 Mar 2018 20:52:49 +0100 Subject: [PATCH] public path should not be writable, but base path should --- src/Install/InstallServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Install/InstallServiceProvider.php b/src/Install/InstallServiceProvider.php index e57f47ab1..e110527e5 100644 --- a/src/Install/InstallServiceProvider.php +++ b/src/Install/InstallServiceProvider.php @@ -42,7 +42,7 @@ class InstallServiceProvider extends AbstractServiceProvider 'pdo_mysql', ]), new WritablePaths([ - public_path(), + base_path(), public_path('assets'), storage_path(), ])