美文网首页
2020-02-02laravel6.0在mac安装问题

2020-02-02laravel6.0在mac安装问题

作者: 牵念_qiannian | 来源:发表于2020-02-02 22:46 被阅读0次

    一、问题描述

    1、环境

    php:7.4.1
    mac:10.13.6
    laravel:6.0

    2、报错:

    Symfony\Component\Debug\Exception\FatalErrorException

    Declaration of Symfony\Component\Translation\TranslatorInterface::setLocale($locale) must be compatible with Symfony\Contracts\Translation\LocaleAwareInterface::setLocale(string $locale)

    二、解决

    1、修改composer.json中的symfony/translation版本为4.3.8

    2、执行composer update,执行成功访问解决了

    相关文章

      网友评论

          本文标题:2020-02-02laravel6.0在mac安装问题

          本文链接:https://www.haomeiwen.com/subject/yidcxhtx.html