解決錯誤訊息:
Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP?
解決方法:
需要開啟 php php_openssl 的這個 extension
開啟 php.ini,搜尋:「extension=php_openssl.dll」
;extension=php_openssl.dll
將前方的分號「;」移除
extension=php_openssl.dll
重新啟動 SERVER