This commit adds update functionality to user profiles. New routes, views, and controller methods have been created to facilitate this along with form requests for validation. Significant changes include new methods in the ProfileController, addition of an UpdateRequest class for validation purposes and the creation of a profile update view. These changes allow users to edit and update their profile information on the application.
This commit is contained in:
@@ -37,5 +37,12 @@
|
||||
"Your Email": "Your Email",
|
||||
"Your Password": "Your Password",
|
||||
"Remember me": "Remember me",
|
||||
"Sign in": "Sign in"
|
||||
"Sign in": "Sign in",
|
||||
"Toggle navigation": "Toggle navigation",
|
||||
"Hello": "Hello",
|
||||
"My Profile": "My Profile",
|
||||
"Settings": "Settings",
|
||||
"Dashboard": "Dashboard",
|
||||
"Save": "Save",
|
||||
"Profile saved successfully": "Profile saved successfully"
|
||||
}
|
||||
|
@@ -37,5 +37,12 @@
|
||||
"Your Email": "Ваш Email",
|
||||
"Your Password": "Ваш пароль",
|
||||
"Remember me": "Запомнить",
|
||||
"Sign in": "Войти"
|
||||
"Sign in": "Войти",
|
||||
"Toggle navigation": "Переключение навигации",
|
||||
"Hello": "Здравствуйте",
|
||||
"My Profile": "Мой профиль",
|
||||
"Settings": "Настройки",
|
||||
"Dashboard": "Dashboard",
|
||||
"Save": "Сохранить",
|
||||
"Profile saved successfully": "Профиль успешно сохранен"
|
||||
}
|
||||
|
Reference in New Issue
Block a user