Level 20
https://laravel.com/docs/5.7/helpers#method-old
Which drive you here : https://laravel.com/docs/5.7/requests#old-input
So it will retrieve the positionId which was in the session
Hello,
I cannot understand what this code means:
old('positionId')
I also cannot understand the definition:
function old($key = null, $default = null)
{
return app('request')->old($key, $default);
}
Thanks in advance.
Please or to participate in this conversation.