Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update boot method to force HTTPS in production environment #1740

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 26, 2024

  1. feat: Update boot method to force HTTPS in production environment

    - Added condition to check if the app is in production environment.
    - Applied \URL::forceScheme('https') to ensure all URLs are loaded over HTTPS.
    - Fixes issue of mixed content where static assets are loaded over HTTP while the page is served over HTTPS.
    Nghĩa Huỳnh Lê Nhất committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6a524b1 View commit details
    Browse the repository at this point in the history