Interface 'Symfony\Component\HttpKernel\HttpKernelInterface' not found
问题 After upgrading from Symfony 2.3 to 2.8 I get the following error: Fatal error: Interface 'Symfony\Component\HttpKernel\HttpKernelInterface' not found in app/bootstrap.php.cache on line 2629 Already tried removing the vendor folder and doing a composer install. Any ideas? 回答1: Have you tried removing cached code? It seems like you've procompiled your application into one file bootstrap.php.cache . Have you tried removing it. Otherwise it is always a good idea to do two of the following