From 0a7e96b8c702b191f38508d62525b635762b6ee7 Mon Sep 17 00:00:00 2001 From: tmbenhura Date: Thu, 23 Jul 2026 14:57:13 +0200 Subject: [PATCH] Removed asterisk from cleanup_exclude_files storage/logs entry The asterisk causes Robocopy to return an error when preparing the Laravel bundle --- config/nativephp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nativephp.php b/config/nativephp.php index f59efd9..8124ea3 100644 --- a/config/nativephp.php +++ b/config/nativephp.php @@ -128,7 +128,7 @@ 'storage/framework/sessions', 'storage/framework/cache', 'storage/framework/testing', - 'storage/logs/*', + 'storage/logs', ], 'android' => [