service-captcha/app
2023-07-02 16:07:49 +06:00
..
Captcha Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Console Install Laravel. 2023-03-05 20:14:04 +06:00
Contracts Introduced ServiceResult and ServiceResultError interfaces, and respective classes with related methods. These changes were necessary to add and handle service results throughout the app. We now have a standard way to return and handle both successes and errors from our services. This leads to cleaner, clearer, and more maintainable code. 2023-06-28 14:36:51 +06:00
Enums A new enumeration 'SystemRole' has been created for user roles. For now, it only contains one case 'Admin'. This list is intended to designate system roles that cannot be removed. 2023-07-02 16:07:49 +06:00
Exceptions Install Laravel. 2023-03-05 20:14:04 +06:00
Http Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Models A new 'locale' field of string type with a maximum length of 2 characters and a default value as 'ru' has been added to the users table through a migration file. This field has been also added to the User model. The addition of the 'locale' field will allow users to specify their preferred language in their profile settings. 2023-06-29 00:06:27 +06:00
Providers Implemented password validation rules in the AppServiceProvider class. Ensured passwords should be at least 8 characters long, contain a mix of uppercase, lowercase, and special characters. These rules apply only for the production environment. 2023-07-02 15:21:01 +06:00
ServiceResults Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Services Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00