Skip to content

Instantly share code, notes, and snippets.

@hoanganh25991
Created January 6, 2016 01:54
Show Gist options
  • Save hoanganh25991/1ad4ab86e7abd5a27c08 to your computer and use it in GitHub Desktop.
Save hoanganh25991/1ad4ab86e7abd5a27c08 to your computer and use it in GitHub Desktop.
inject 'info' into blade, how to make sure blade understand exacty, what $message is?
$messages = $this->messageController->getMessages($this::message_key);
return View::make('login',array(
'messages' => $messages,
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment