Remove code to delete vendor/autoload.php file as its crucial for laravel app to run
This commit is contained in:
@@ -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'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user