Hey,
without specifying a little what you want we can only guess:
Maybe you want to use laravel's builtin auth features?
php artisan make:auth
All the docs are here: Laravel Docs: Authentication
This will, besides login and registration logic, add the necessary routes to reset your password.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community