Trying to get property of non-object (View: C:\xampp\htdocs\travel\resources\views\user\profile.blade.php)

久未见 提交于 2020-01-06 06:07:36

问题


before all that it was working perfectly fine but after i've updated the profile it began to show the error where there's only div present.profile.blade

and the error is error


回答1:


Instead of

{{ $users->photo_id->file }}

you should probably use:

{{ $users->photo->file }}

PS. And next time please put code into question and not put links to screenshots only.



来源:https://stackoverflow.com/questions/46673286/trying-to-get-property-of-non-object-view-c-xampp-htdocs-travel-resources-vie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!