service-captcha/app
2023-06-28 23:44:06 +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
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 Additional fields 'is_active' and 'timezone' have been added to the users table in the database migrations and the User model. This update allows us to better manage user's activation status and time zone preferences. 'is_active' field, a boolean field, signifies the active status of a user and has been set to default to false. 'timezone', an optional string, will store user's preferred timezone. 2023-06-28 23:44:06 +06:00
Providers Add captcha image generation functionality. 2023-06-28 17:29:56 +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