Skip to content
Advertisement

Trying to get property of non-object (View: C:xampphtdocsenginepoker2resourcesviewspagesplayer_edit.blade.php)

I’m beginner in laravel, when I put stats table in blade I got this warning

Trying to get property of non-object (View: C:xampphtdocsenginepoker2resourcesviewspagesplayer_edit.blade.php)

this is in model Player

JavaScript

this is in Stat model

JavaScript

this is in player Controller

JavaScript

this is in route

JavaScript

this is in player_edit.blade that i get warning of non-object

JavaScript

Advertisement

Answer

Generally this “Trying to get property of non-object” error is occurred while trying to access an array as an object. Make sure all the retrieved data from table are not array.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement