update password

This commit is contained in:
afiq
2022-01-25 10:05:24 +08:00
6 changed files with 162 additions and 9 deletions
+2
View File
@@ -38,6 +38,8 @@ Route::get('test', function () {
});
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
Route::get('change-password', ['as'=>'user.password','uses'=>'ChangePasswordController@index']);
Route::post('change-password', ['as'=>'change.password','uses'=>'ChangePasswordController@store']);
Route::get('/welcome',function(){