代码之家  ›  专栏  ›  技术社区  ›  Mitul Koradiya

10月,使用带mediafinder的转发器插入多个图像

  •  1
  • Mitul Koradiya  · 技术社区  · 7 年前

    enter image description here

    enter image description here

    问题是什么?

    谢谢

    1 回复  |  直到 7 年前
        1
  •  1
  •   Ivan    7 年前

    该字段必须是jsonable,因此需要在模型文件中添加以下代码。

    protected $jsonable = [
        'images'
    ];