Commit Graph

8 Commits

Author SHA1 Message Date
907bac5586 Added the ability to save user settings. 2023-07-10 21:42:55 +06:00
39eae7f196 Added a new feature to allow users to update their passwords. 2023-07-07 18:08:14 +06:00
00a0624eea 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. 2023-07-07 00:07:19 +06:00
92206a028a Refactor error check in AuthController.
Changed the error check in the AuthController from checking if the result is not successful to checking if the result has an error. This change was made to clarify the code and ensure that errors are handled properly.
2023-07-06 22:32:29 +06:00
00910831a4 The authorization method of the AuthController has been updated to specify a return type. This was done to ensure that the method always returns an instance of a RedirectResponse, thereby enhancing the code's readability and preventing unexpected return types. 2023-07-06 19:50:22 +06:00
f481ee765d Made authorization. 2023-07-06 10:48:32 +06:00
a35b8db281 Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
15225e860c Install Laravel. 2023-03-05 20:14:04 +06:00