Created
January 6, 2016 01:54
-
-
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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