How to change and add some params to request in Laravel controller?

$request->merge([

'aae_id' => request('id', 0),

'foo' => 'bar',

]);

posted on 2019-03-17 15:04  刘应杰  阅读(74)  评论(0编辑  收藏  举报

导航