htmlspecialchars() expects parameter 1 to be string, array given Laravel 5.6

后端 未结 3 876
眼角桃花
眼角桃花 2021-01-17 01:35

Already done a research but I don\'t find the right answer that fit my problem.

error: htmlspecialchars() expects parameter 1 to be string, array given(create.blade)

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-17 01:47

    There is an array anywhere in one of your Blade {{}}, please check them.

    Read: https://laravel.com/docs/5.6/blade#displaying-data

提交回复
热议问题