我有一个名为" name"在我的数据库表中保存JSON值:
{"en":"Morocco","ar":"المغرب"}
我希望根据当前语言自动访问此值,只需在我的视图上写$country->name
,谢谢。
答案 0 :(得分:1)
您可以使用accessors执行此操作。在您的国家Eloquent模型中,添加:
xSheet.Cells(row,1).value = doc.firstname(0)
xSheet.Cells(row,2).value = doc.lastname(0)