service-captcha/app
2023-06-28 17:24:41 +06:00
..
Captcha This change introduces ImageLines, an interface for adding randomized lines to captcha images for enhanced security. The interface has been implemented in the Lines class. The goal is to randomize lines on captcha images to prevent bot reads. 2023-06-28 17:24:41 +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 Install Laravel. 2023-03-05 20:14:04 +06:00
Models Install Laravel. 2023-03-05 20:14:04 +06:00
Providers Renamed route api to route api v1. 2023-03-05 20:42:09 +06:00
ServiceResults 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