1

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.

1 Answer 1

0

update the api_domain entry in scramble.php like this:
api_domain=https://github-codespace-domain-and-port.github.com

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.