rodei o comando php artisan make:auth
versao do PH P PHP 7.4.5 (cli) (built: Apr 14 2020 16:17:19) ( NTS Visual C++ 2017 x64 )
Versao do laravel "laravel/framework": "5.8.*",
Me da esse erro ErrorException (E_NOTICE) Trying to access array offset on value of type null
mnessa funcao protected function escaped() { $previous = $this->lexer->getPrevious();
if ($previous['type'] === EmailLexer::S_BACKSLASH
&&
$this->lexer->token['type'] !== EmailLexer::GENERIC
) {
return true;
}
return false;
}
Porem os parametro não esta nulo GET Data empty POST Data _token
"wAfUeBXZcSTaHLNlGlhQ6a1Ega0aozRBXCWC1pID"
name
"Farleyteste"
"teste@teste.com.br"
password
"abc123"
password_confirmation
"abc123"