I'm trying to utilize the eager loading feature in laravel but it doesn't work as i expected. When i try to check the profile of user who doesn't have information in Profiles table it throws "Trying to get property of non-object" instead of giving a NULL value. I have separated users information into two tables -> users table and Profiles table. How can i get past that?! my code: http://laravel.io/bin/21v4G
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community