% composer update
% php artisan clear-compiled
% php artisan optimize
上記コマンドで以下のエラーが出る場合、vendor/compiled.phpを削除すると直るみたいです。
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 /Users/tetsuya/Code/beforea
fters/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php on line 28
PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath() in /Users/tetsuya/Code/beforeafters/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()