This repo contains files usefull for everyone who does web development with Laravel.
The folder Change Password contains the Controller, View, and the Routes to change the password of a user after login.
- app.blade.php: layout; Move this to ressources/views/layouts
- changePassword.blade.php: form to change password; Move this to ressources/views/auth
- ChangePasswordController.php: Controller with methods; Move this to app/Http/Controller/Auth
- web.php: Contains the Routes of the changePassword View; copy lines inside your routes/web.php