如果我输入:
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_openssl
inphp.ini
和ssl_module
. httpd.conf
我认为这是由 localhost 配置问题引起的,而不是 Laravel 特有的问题。我还可以检查什么才能使其正常工作?