-
- Downloads
feat: add user agent metadata handling and OpenAI integration
- Updated `.env.example` and `.env.production` to include OpenAI configuration. - Created migration for `user_agent_metadata` table. - Added `UserAgentMetadata` model and factory. - Introduced `UserAgentMetadataRequest` for request validation. - Modified `HomeController` to include user agent metadata checks in query logic.
parent
9c81b304
Branches
No related tags found
Showing
- .env.example 6 additions, 1 deletion.env.example
- .env.production 6 additions, 1 deletion.env.production
- app/Http/Controllers/Admin/HomeController.php 5 additions, 0 deletionsapp/Http/Controllers/Admin/HomeController.php
- app/Http/Requests/UserAgentMetadataRequest.php 21 additions, 0 deletionsapp/Http/Requests/UserAgentMetadataRequest.php
- app/Models/UserAgentMetadata.php 32 additions, 0 deletionsapp/Models/UserAgentMetadata.php
- database/factories/UserAgentMetadataFactory.php 21 additions, 0 deletionsdatabase/factories/UserAgentMetadataFactory.php
- database/migrations/2025_02_16_212109_create_user_agent_metadata_table.php 23 additions, 0 deletions...ns/2025_02_16_212109_create_user_agent_metadata_table.php
Loading
Please sign in to comment