Merhabalar. laravel 4.2 deki bir projemi laravel 5 e güncellemek istiyorum. Bunun için
composer create-project laravel/laravel --prefer-dist
komutu ile 0 bir kurulum yaptım. Bu kuruşumu yaptıktan sonra dosya izinlerinin tamamını 0775 olarak ayarladım ve dosya sahipliğini localkullanıcım:www-data olarak ayarladım . Bu işlemlerden sonra composer update komutu verdiğimde
sametatabasch@sametatabasch-Satellite-A350:/var/www/laravelCMS$ sudo composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Writing lock file
Generating autoload files
PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath() in /var/www/laravelCMS/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php on line 28
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()
Script php artisan clear-compiled handling the post-update-cmd event returned with an error
[RuntimeException]
Error Output: PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath() in /var/www/laravelCMS/vendor/laravel/framework/src/Il
luminate/Foundation/Console/ClearCompiledCommand.php on line 28
şeklinde hata çıktısı alıyorum bu hatanın sebebi nedir ve nasıl düzeltebilirim? cevaplar için şimdiden teşekkürler