From 26a2bb90f4b4be864f96327d5d2f734ddf9c5bf1 Mon Sep 17 00:00:00 2001 From: Afiq Hamzah Date: Sat, 10 Aug 2024 18:22:06 +0800 Subject: [PATCH] Remove code to delete vendor/autoload.php file as its crucial for laravel app to run --- app/Console/Commands/ClearCachesAll.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/ClearCachesAll.php b/app/Console/Commands/ClearCachesAll.php index 2e46171..fbdb167 100644 --- a/app/Console/Commands/ClearCachesAll.php +++ b/app/Console/Commands/ClearCachesAll.php @@ -51,7 +51,6 @@ class ClearCachesAll extends Command // Clear compiled caches $paths = [ - base_path('vendor/autoload.php'), base_path('bootstrap/cache/compiled.php'), base_path('bootstrap/cache/services.php'), ];