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
|
// Clear compiled caches
|
||||||
$paths = [
|
$paths = [
|
||||||
base_path('vendor/autoload.php'),
|
|
||||||
base_path('bootstrap/cache/compiled.php'),
|
base_path('bootstrap/cache/compiled.php'),
|
||||||
base_path('bootstrap/cache/services.php'),
|
base_path('bootstrap/cache/services.php'),
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user