Skip to content

SSL

Install SSL certificate on your hosting/VPS

You need to install an SSL certificate on your hosting/VPS first. You can purchase an SSL certificate or use free SSL, for example Let's Encrypt.

Redirect http to https

  • Step 1: Change in .env APP_URL=http://domain.com to APP_URL=https://domain.com.
  • Step 2:

If it doesn't work, you have to config it in .htaccess or Nginx config.