Есть ли способ изменить имя параметра запроса в laravel?
что-то вроде:
//we have $request['email'] in our request object and we need to change the name of it NOT VALUE
ChangeParaName($request['email'],$request['password']);
//now instead of $request['email'] we have $request['password'] with same value in our request object and just name of parameter changed