Stack Overflow Asked by Kulweet_kumar on December 16, 2021
My code is given below. I am facing problem. When I want check by username and password. password change every time. so I am unable to give result by email password.
public function login() {
$data = Input::all();
print_r($data);
$email= $data['email'];
try this way.
use Request;
public function login(Request $request) {
$data = $request->all();
print_r($data);
$email= $data['email'];
Answered by Akash Kumar Verma on December 16, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP