Hii I got this error when I view a user's profile Trying to get property of non-object Route: Route:...
hi to all i want to build a contact us form with laravel and im looking for a nice tutorial to teach...
this is so strange css is not loading in one page only i have blades files extends a main.blade.php...
OK now I get it .. the problem was that I had no profile for the users I try to reach for their acco...
anatoliyarkhipov said: Try this: $user = User::whereUsername($username)->first(); still : &quo...
mnshankar said: User::find(pk) searches by primary key. I believe you should use $user=User::where(...
Solution / use this {{ HTML::style('css/style.css') }} instead of this <link rel="styleshee...
this return Redirect::route('getCreate')->withErrors($validate)->withInput(); should be ........
The Laravel portal for problem solving, knowledge sharing and community building.
The community