RicLeP / laravel-storyblok

Make Laravel and Storyblok work together beautifully.
https://ls.sirric.co.uk/
MIT License
58 stars 15 forks source link

Use https in the storyblok client #23

Closed czuniga9 closed 2 years ago

czuniga9 commented 2 years ago

The Storyblok Client defaults to using http instead of https. This change makes it use https. If you'd prefer this to be configurable instead, I can update the PR.

The ManagementClient doesn't let you set the variable to true. I added an issue to their project here and will make another PR for that one once they fix it.