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(), ])