【发布时间】:2012-11-07 18:56:34
【问题描述】:
如果我输入:
PS C:\wamp\www\laravel-master> php artisan bundle:install bootstrapper
我得到:
PHP Warning: file_get_contents(http://github.com/patricktalmadge/bootstrapper/zipball
/master): failed to open stream: Unable to find the socket transport "ssl" -
did you forget to enable it when you configured PHP? in C:\wamp\www\laravel-m
aster\laravel\cli\tasks\bundle\providers\provider.php on line 69
我正在运行 WAMP 服务器,并且我在 php.ini 和 ssl_module 中启用了 php_openssl httpd.conf。我认为这是由 localhost 配置问题引起的,而不是 Laravel 特有的问题。我还可以检查什么才能使其正常工作?
【问题讨论】:
-
你重启了网络服务器吗?
-
好。对不起,在那种情况下这个愚蠢的问题;)