Interface 'Symfony\Contracts\Translation\LocaleAwareInterface' not found - When update laravel composer

心已入冬 提交于 2019-12-11 04:27:48

问题


I Update my Laravel Project Composer, I got Following

Error. "Interface 'Symfony\Contracts\Translation\LocaleAwareInterface' not found"

how to resolve it.

My Laravel Project Version is: 5.7


回答1:


do a

 sudo chown -R $USER ~/.composer/

then

composer update

it should update the symfony/contracts package to the updated version.



来源:https://stackoverflow.com/questions/53668503/interface-symfony-contracts-translation-localeawareinterface-not-found-when

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!