TiagoSilvaPereira / vemto2-issues

Repository to track Vemto 2 Issues
5 stars 0 forks source link

(error) FAILED to execute command: C:\composer\composer.bat create-project laravel/laravel:^11.0 Test-Vemto | #128

Closed ThegeekOfdev5 closed 6 months ago

ThegeekOfdev5 commented 6 months ago

Error Message: (error) FAILED to execute command: C:\composer\composer.bat create-project laravel/laravel:^11.0 Test-Vemto |

Stack:

Error: Command failed: C:\composer\composer.bat create-project laravel/laravel:^11.0 Test-Vemto
Creating a "laravel/laravel:11.0" project at "./Test-Vemto"

In Factory.php line 654:

  The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex  
  tension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.                  

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [<package> [<directory> [<version>]]]

    at ChildProcess.exithandler (node:child_process:407:12)
    at ChildProcess.emit (node:events:527:28)
    at maybeClose (node:internal/child_process:1092:16)
    at ChildProcess._handle.onexit (node:internal/child_process:302:5)

Vemto 2.0.11 win32 10.0.22631 Locale: fr App version: 2.0.11

TiagoSilvaPereira commented 6 months ago

Hi @ThegeekOfdev5, I'll close this issue as this seems not to be a Vemto issue. It seems your PHP is missing Openssl extension (you can check all requirements on the Vemto home page):

The openssl extension is required for SSL/TLS protection but is unavailable. If you can not enable the openssl ex  
  tension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.

image