Support the ongoing development of Laravel.io →
posted 6 years ago
Views
Last updated 1 year ago.
0

Hi , in the view :

@if ($errors->register->first('password'))
@endif

override registercontroller :

public function register(Request $request) {
        
        $validator = $this->validator($request->all());
        if ($validator->fails()) {

            return back()->withErrors($validator, 'register')->withInput();
        }
//code
}
Last updated 6 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

mahsah mahsah Joined 10 May 2017

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.