No need to hash:make on the password.
The Auth will do this for you.
$userdata = array( 'email' => Input::get('email'), 'password' => Input::get('password') );
Thanks for your reply, it help me solve the error :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community