【发布时间】:2019-10-09 05:48:08
【问题描述】:
BadMethodCallException
Method Illuminate\Translation\Translator::getFromJson does not exist.
Bad Method Call
Did you mean Illuminate\Translation\Translator::getLine() ?
我已经通过给定的命令进行了尝试,但它对我不起作用。同样的错误 正在显示。
php artisan view:clear
php artisan view:cache
这些也试过了:
php artisan config:cache
php artisan config:clear
php artisan route:clear
我还从 bootstrap/cache 中删除了缓存文件
** 但是直到现在它还没有工作:( **
【问题讨论】: