Class 'App\Reset Password' not found
Closed this issue · 10 comments
SayedAkhtar commented
Getting this error
mtvbrianking commented
There's no ResetPassword
in the app
namespace
Share error stack trace
SayedAkhtar commented
mtvbrianking commented
SayedAkhtar commented
I tried to uninstall but I messed it up so I cloned an earlier versions and
now I am getting this error
…On Sat 5 Jan, 2019, 5:33 PM Brian Matovu ***@***.*** wrote:
Didn't you uninstall the package #15
<#15> !
If you want to implement *Multi authentication from 'scratch' using
custom guards* refer
<https://github.com/mtvbrianking/multi-auth-diy/commits/master>
[image: image]
<https://user-images.githubusercontent.com/5412360/50724200-b1a8aa00-10fa-11e9-9665-1d50cc362831.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbx6Kw1XooZaOClnl7HS7PCyWN6cUu1ks5vAJSbgaJpZM4ZwnT9>
.
mtvbrianking commented
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
SayedAkhtar commented
Yes when I do example.com/customers/login it routs me to my login page but
only forgot password is not working
…On Sat 5 Jan, 2019, 5:50 PM Brian Matovu ***@***.*** wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbx6Au8NWU86OgLafpFdwVUMpH-ZVOhks5vAJh7gaJpZM4ZwnT9>
.
mtvbrianking commented
Do you mind sharing the routes!
SayedAkhtar commented
Nope
Pickfreely.com
Tap on login
…On Sat 5 Jan, 2019, 6:00 PM Brian Matovu ***@***.*** wrote:
Do you mind sharing the routes!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbx6Db1iw6a0uhlNw24FgsZGR11WgUdks5vAJrIgaJpZM4ZwnT9>
.
mtvbrianking commented
You're not using the 'customers' guard
http://pickfreely.com/customers <- 404 Not Found
I suggest you using
http://pickfreely.com/login
Instead of...
http://pickfreely.com/customer/login
http://pickfreely.com/password/reset
Instead of...
http://pickfreely.com/customer/password/reset
SayedAkhtar commented
Actually i do have voyager installed
Using user so I wanted a different route and database table so I am using it
…On Sat 5 Jan, 2019, 6:09 PM Brian Matovu ***@***.*** wrote:
You're not using the 'customers' guard
http://pickfreely.com/customers <- 404 Not Found
I suggest you using
http://pickfreely.com/login
Instead of...
http://pickfreely.com/customer/login
http://pickfreely.com/password/reset
Instead of...
http://pickfreely.com/customer/password/reset
[image: image]
<https://user-images.githubusercontent.com/5412360/50724524-af951a00-10ff-11e9-931f-3a241d8266db.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbx6IrC1Q0EJGPyiaJD4xLtWmVFD9dsks5vAJz4gaJpZM4ZwnT9>
.