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 中删除了缓存文件
** 但是直到现在它不起作用:( **