Feb 11, 2022
request()->merge([ 'for' => 'bar', ... ]); // Resolve the form request through the IOC app(\App\Http\Requests\ExampleRequest::class);
Comment