We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
I am flashing request input like this:
Input::flash();
Then, in the next request, I try to get old values:
$subject_id= $request->old('subject_id');
but I get $subject_id as null So, what could be the reason?
Aucun commentaire:
Enregistrer un commentaire