I need to include $ token within the $ user array where I save my query, I'm using the laravel 5.5 framework
protected function respondWithToken($token,$documento){
$user = User::select('id','nombre','email')->where('documento', $docum...
asked by
09.05.2018 / 21:39