laravel 在请求中加入数据2020-11-21 本文已影响0人 苍老师的眼泪 $request->request->add([ 'foo' => 'bar' ]); request()->merge([ 'foo' => 'bar' ]);