old
laravel-shift/factory-generator
The
old
function
retrieves
an
old input
value flashed into the session:
<?php $value
=
old
(
'value'
);
$value
=
old
(
'value'
,
'default'
);