Use this
$check = User::where('Nome', '=', $nick)->first()
instead of
$check = User::where('Nome', '=', $nick)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community