PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Install SSL Certificate on my Laravel Projec to migrate my URL to https

lionel-kingue

Nov 14th, 2019 12:23 PM

Hello I work on a project in Laravel. I want to pass the url of my site from http to https. I bought a DV certificate (Domain Validated) but I am not expert in laravel could someone guide you on the complete procedure of installation of a certificate on a Laravel Project.

Thank you Cdt

mark

Nov 27th, 2019 06:18 AM

Setting up a SSL certificate has nothing to do with Laravel, you will have to look into your servers Nginx or Apache configuration for this.

mark-west

Jan 16th, 2020 09:09 AM

I followed this tutorial to setup SSL (with auto renewal every 90 days) for my Laravel project: https://medium.com/@sushmagangolu/installing-ssl-with-lets-encrypt-on-digitalocean-ubuntu-16-04-ae9bca0eb2ee

Just as @mark said, it has nothing to do with Laravel. If you use nginx on your server then follow this tutorial.

ios-man-1

Jan 28th, 2020 01:17 PM

Thanks for the awesome information...