localhost:8080 → https://my-app.dev | Create secure URLs for the local development environment.
Setup secure https URLs for development on local machine guide. Change port 8080 to 80 with https and local dev domain. Easy to manage and one step setup using Valet.
This tip is helpful for any Nodejs, Go apps or HTTP server apps ― that run on ports like 8080, 3000, 1323, etc on your local environment.
Although Valet is mostly used in Laravel apps, we can tweak it very quickly to set it up for any app like Nodejs, Go HTTP server to create our…