Skip to content

Instantly share code, notes, and snippets.

@minikN
Created December 8, 2014 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minikN/0474e4c758d31949446b to your computer and use it in GitHub Desktop.
Save minikN/0474e4c758d31949446b to your computer and use it in GitHub Desktop.
public function AccountCenter() {
$user = Auth::user();
return View::make('account.center');
// ->with('user', $user);
return View::share('user', $user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment