on you controller you can do
return view('form')->withErrors($rules);
and on the template you can use the old api
<input type="text" name="username" value="{{ old('username') }}" />
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community