tkuchikiの日記

新ブログ https://blog.tkuchiki.net

Symfony2 で composer install|update 時に、「Class .... is not autoloadable, can not call post-update-cmd script 」が出た時の対処法

php composer.pher install|update で、

Class ....  is not autoloadable, can not call post-update-cmd script 


が出たら、
vendor を消して入れなおせばいいそうです。
一々消すの面倒ですね。

※参考
https://github.com/symfony/symfony-standard/issues/299