multiauth_tutorial
multiauth_tutorial copied to clipboard
Password::broker method not found
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?
Did you forgot the use Illuminate\Support\Facades\Password;
?
I used this but nothing changed: use Illuminate\Support\Facades\Password;
The broker method still remains unresolved
use Illuminate\Support\Facades\Password; on your controller