如果我输入:
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 Server,我在PHP.ini中启用了PHP_openssl,在httpd.conf中启用了ssl_module.我认为它是由localhost配置问题引起的,并不是Laravel特有的问题.我还能检查更多信息吗?