Sorry, I have a typo in LoginController.php: public function login() { Login::info('LoginController::login() is called'); $userName = Request::get('userName', 'something unknown');
View::make('main.list')->with('userName', $userName);
}
Login::info('LoginController::login() is called'); should be Log::info()...
Thanks for everyone!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community