我使用XAMPP伺服器,我使用php版本8.0.0
我試著建立一個Laravel項目,但出現了這個錯誤:
In ComposerRepository.php line 1155: You must enable the openssl extension in your php.ini to load information from https://repo.packagist.org
In ComposerRepository.php line 1155:
You must enable the openssl extension in your php.ini to load information from https://repo.packagist.org
要解决这个错误,您需要打开php.ini文件并将分号删除,使其变为:
;extension=php_openssl.dll
如果您的php.ini文件中没有这行,检查您是否有该文件(C:\xampp\php\ext),并在"Dynamic Extensions"部分中添加以下内容:
extension=php_openssl.dll
要解决这个错误,您需要打开php.ini文件并将分号删除,使其变为:
如果您的php.ini文件中没有这行,检查您是否有该文件(C:\xampp\php\ext),并在"Dynamic Extensions"部分中添加以下内容: