标签: laravel laravel-5.1
我正在闪烁请求输入:
Input::flash();
然后,在下一个请求中,我尝试获取旧值:
$subject_id= $request->old('subject_id');
但是我将$ subject_id视为null 那么,原因可能是什么?