Error in RegisterController, it had to change
'password' => bcrypt('password')
to
'password' => bcrypt(request('password'))
Thanks to poboy from Official Laravel IRC.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community