Ao executar o comando
composer create-project laravel/laravel nome_do_projeto
Retorna o erro
The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this error, at your own risk, by setting the 'd isable-tls' option to true.
ja descomentei a linha:
extension=openssl
no php.ini porem ainda continua retornando erro.