I have Laravel 11.x app developing on Github Codespaces. I am trying to generate the documentation using Scramble package.
Github Codespaces publish urls are using https.
I am using api_domain entry in scramble.php file to set the domain name to my Github codespace published url as below:
api_domain=github-codespace-domain-and-port.github.com
This always make the docs url by appending http to api_domain field. Which is different from my https urls.
http://github-codespace-domain-and-port.github.com/docs/api
I would like to know how to point the docs to https endpoint.