Support the ongoing development of Laravel.io →
Blade Forms Architecture
Last updated 1 year ago.
0

I'm not sure what you're Facade is supposed to do exactly but if it's only the recovery of the old input I think the easier way would be this:

<input type="text" name="field1" value="{{ Input::old('field1') }}" />

If you pass the Input to the redirect (or use FormValidation) you can use the Input Facade to get the input that the user previously entered.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

CrowdForge crowdforge Joined 18 Aug 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.