laravel->getCachedServicesPath())) { @unlink($servicesPath); } if (file_exists($packagesPath = $this->laravel->getCachedPackagesPath())) { @unlink($packagesPath); } $this->info('The compiled services & packages files have been removed.'); } }