fix: enforce HTTPS in production environment #2

Merged
kingjaypee12 merged 1 commits from fix/error-on-production into main 2026-02-10 21:38:32 +00:00
Owner

Add URL::forceScheme('https') in AppServiceProvider to ensure all generated URLs use HTTPS when the application is in production. This improves security by enforcing secure connections.

Add URL::forceScheme('https') in AppServiceProvider to ensure all generated URLs use HTTPS when the application is in production. This improves security by enforcing secure connections.
kingjaypee12 added 1 commit 2026-02-10 21:38:26 +00:00
Add URL::forceScheme('https') in AppServiceProvider to ensure all generated URLs use HTTPS when the application is in production. This improves security by enforcing secure connections.
kingjaypee12 merged commit f63be7fa5e into main 2026-02-10 21:38:32 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kingjaypee12/MKM#2
No description provided.