Support the ongoing development of Laravel.io →

mamak24

Joined 9 Feb 2015

Statistics

Threads 3
Replies 7
Solutions 1
Articles 0

Trying to get property of non-object

Hii I got this error when I view a user's profile Trying to get property of non-object Route: Route:...

0 Likes
6 Replies
posted 9 years ago

need tutorials for building a contact us form

hi to all i want to build a contact us form with laravel and im looking for a nice tutorial to teach...

0 Likes
4 Replies
posted 9 years ago

CSS is not loading in one Blade page only

this is so strange css is not loading in one page only i have blades files extends a main.blade.php...

0 Likes
2 Replies
Solved
replied 9 years ago

Trying to get property of non-object

OK now I get it .. the problem was that I had no profile for the users I try to reach for their acco...

0 Likes
replied 9 years ago

Trying to get property of non-object

anatoliyarkhipov said: Try this: $user = User::whereUsername($username)->first(); still : &quo...

0 Likes
replied 9 years ago

Trying to get property of non-object

mnshankar said: User::find(pk) searches by primary key. I believe you should use $user=User::where(...

0 Likes
replied 9 years ago

CSS is not loading in one Blade page only

Solution / use this {{ HTML::style('css/style.css') }} instead of this <link rel="styleshee...

0 Likes
Solved
replied 9 years ago

L5 Validator not found

this return Redirect::route('getCreate')->withErrors($validate)->withInput(); should be ........

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.