David Carrdcblogdev.hashnode.devยทAug 15, 2019Add items into a request objectTo add additional items into the request use ->merge and pass in an array of attributes. request()->merge($array); The request object will now contain the new array items as part of its body.Add a thoughtful commentNo comments yetBe the first to start the conversation.