DevMarketer / multiauth_tutorial

156 stars 83 forks source link

Password::broker method not found #12

Open virtualLast opened 6 years ago

virtualLast commented 6 years ago

Hi, im using Laravel version 5.5 and am having issues with the admin password reset. Everything works up until I try and save the new password - so the new reset form appears, email is generated and sent which takes me to the create new password form, however when I submit that I get an error.

Anyone know if there are additional classes that need to be pulled in?

sayhicoelho commented 6 years ago

Did you forgot the use Illuminate\Support\Facades\Password;?

brainlet-ali commented 5 years ago

I used this but nothing changed: use Illuminate\Support\Facades\Password;

The broker method still remains unresolved

stevekama commented 5 years ago

use Illuminate\Support\Facades\Password; on your controller