mtvbrianking/multi-auth

Class 'App\Reset Password' not found

Closed this issue · 10 comments

Getting this error

There's no ResetPassword in the app namespace

Share error stack trace

I click on forgot password then put the email link after i click the button it giges me this error i have setup my gaurd as customer
error

Didn't you uninstall the package #15 !

If you want to implement Multi authentication from 'scratch' using custom guards refer

image

Do you still want to have multi guards in you project; like

example.com <- general/default

example.com/customers <- customer side

Or:

example.com/customers is a route in general!!

Share with me the routes if possible

php artisan route:list

Do you mind sharing the routes!