shopit-back/config
ncoronel ff9d7728e8 Implement localization for API responses and error messages
- Added localization support for API responses in English and Spanish.
- Introduced a middleware to set the API locale based on the Accept-Language header.
- Updated various exception messages and validation responses to use localized strings.
- Created new language files for English and Spanish translations.
- Refactored existing code to replace hardcoded messages with localized strings.
- Added tests to verify localization functionality and response correctness.
2026-07-28 10:19:39 -03:00
..
app.php Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
auth.php feat: implement user registration functionality with validation and response handling 2026-07-02 12:23:50 -03:00
cache.php initial commit 2026-06-18 10:09:24 -03:00
cors.php fix(env): update frontend URL variable and adjust CORS settings for improved origin handling 2026-07-27 14:09:43 -03:00
database.php initial commit 2026-06-18 10:09:24 -03:00
filesystems.php feat: update AWS S3 configuration to include visibility settings and retain visibility option 2026-07-21 10:29:34 -03:00
logging.php initial commit 2026-06-18 10:09:24 -03:00
mail.php initial commit 2026-06-18 10:09:24 -03:00
purchase.php feat(purchase): add checkout expiration settings and reservation status to purchase items 2026-07-27 12:49:27 -03:00
queue.php initial commit 2026-06-18 10:09:24 -03:00
sanctum.php feat(auth): implement token expiration for personal access tokens and update tests 2026-07-21 10:36:40 -03:00
services.php feat(auth): implement Google OAuth integration with user authentication and token exchange 2026-07-22 13:43:14 -03:00
session.php initial commit 2026-06-18 10:09:24 -03:00