I'm thinking of a way to authenticate users using email and the CPF of it, so far I have not found a way to do it, does anyone have a suggestion?
public function auth(Request $request) {
$credenciais = $request->only('cli_email', 'cli_c...
asked by
22.08.2016 / 21:16