$ composer create-project laravel/larvel prova
PHP: syntax error, unexpected END_OF_LINE, expecting ‘=’ in C:MAMPbinphpphp8.3.1php.ini on line 2
Creating a “laravel/larvel” project at “./prova”
You are running Composer with SSL/TLS protection disabled.
In ComposerRepository.php line 1180:
You must enable the openssl extension in your php.ini to load information f
rom https://repo.packagist.org
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] [–] [ [ []]]
QUESTO E’ L’ERRORE
Ho provato af aggiungere queste estensioni nel file php.ini extension=openssl, extension=fileinfo
Marco Fonti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.