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

1 Commits

Author SHA1 Message Date
Jp
7fa8b75b29 fix: enforce HTTPS in production environment
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.
2026-02-11 05:37:54 +08:00