I think return View::make('view.name')->with('user'=>$user); should be return View::make('view.name')->with('user', $user);
I am sorry for the typing mistake and it's as just as you said but I'm not getting problems with that ^^
Can we focus on the real problem here ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community