laravel 报错htmlspecialchars() expects parameter 1 to be string, object given

Posted 钧一

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel 报错htmlspecialchars() expects parameter 1 to be string, object given相关的知识,希望对你有一定的参考价值。

翻译过来就是     期望参数1是字符串

  意思就是说变量为数组,应以数组的方式输出

  @foreach($xxx as $k=>$y)

    {{$k}}{{$y}}

  @endforeach

以上是关于laravel 报错htmlspecialchars() expects parameter 1 to be string, object given的主要内容,如果未能解决你的问题,请参考以下文章

laravel 报错 class not exist

Laravel 外键约束报错

Laravel 5.1 报错:[AppHttpRequestsRequest] is not instantiable

laravel使用redis报错

laravel报错MethodNotAllowedHttpException

Laravel 支付宝异步通知 419报错