PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, January 4, 2022

[FIXED] composer install ///You are running Composer with SSL/TLS protection disabled

 January 04, 2022     composer-php, laravel, php     No comments   

Issue

When I run the composer install command, I get the following: You are running Composer with SSL/TLS protection disabled. Composer could not find a composer.json file in C:\folder\folder\Desktop\qr To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage


Solution

It seems that you disable SSL/TLS protection so try to enable it. use this command.

composer config -g -- disable-tls false


Answered By - Amir Azizi
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing