You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding these routes, views and controllers can be done in a similar fashion to how the login and register routes, views and controllers were pulled in from the basic laravel scaffolding. From a clean laravel install with auth scaffolding installed, the following routes, views (modified for tipoff) and controllers (possibly modified for tipoff) should be pulled across.
GET|POST /forgot-password GET /reset-password/{token} POST /reset-password
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Adding these routes, views and controllers can be done in a similar fashion to how the login and register routes, views and controllers were pulled in from the basic laravel scaffolding. From a clean laravel install with auth scaffolding installed, the following routes, views (modified for tipoff) and controllers (possibly modified for tipoff) should be pulled across.
GET|POST /forgot-password
GET /reset-password/{token}
POST /reset-password
Beta Was this translation helpful? Give feedback.
All reactions