I wanna test my Laravel Sail Docker project with HTTPS enabled. How can I achieve this?
I thought share
made this possible, but that is not correct.
▶ sail share --subdomain=foobar
Thank you for using expose.
Local-URL: host.docker.internal:82
Dashboard-URL: http://127.0.0.1:4040
Expose-URL: http://foobar.laravel-sail.site:8080
I need to run my application on https://
, but only get it working with http.