samedi 2 avril 2016

Why I can't retrieve old request values?

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?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire