This is my controller: public function loginProcess(){ if (Auth::attempt([\'email\' => request(\'email\'), \'password\' => request(\'password\')])) {