Fix Error Trying to get property of non object in Laravel

Опубликовано: 13 Октябрь 2024
на канале: Rollo Academy
26,837
86

In this video i will show you how to fix error trying to get property of non object.

first you need to understand why this error will show up, so you can know the logic

I will give the example with 1 route which i direct to TestController and test method

Inside this test function i want take 1 row at users table in my database.
I use eloquent to do this.

#errorlaravel #tryingtogetpropertyofnonobject #laravel