Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of bash: composer: command not found

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the relevant knowledge of "how to solve the problem of bash: composer: command not found". In the operation process of actual cases, many people will encounter such difficulties. Next, let Xiaobian lead you to learn how to deal with these situations! I hope you can read carefully and learn something!

1. First read the wrong newspaper

For the wrong reasons, many things fail to install. Some online said it was an environmental variable problem, and one by one they couldn't solve it. Later, they saw a simple and crude method and tried it successfully.

3. I use phpstudy. Copy composer.phar and composer.bat under PHPStudy\PHPTutorial\tools\composer folder to the folder of the current version, and copy compo.phar and rename it composer.

3. Execute the following command to update your composer version

composer config repo.packagist composer https://packagist.phpcomposer.com

4. After execution, you will see a line of code in the composer.json file of your project

"repositories": { "packagist": { "type": "composer", "url": "https://packagist.phpcomposer.com" }}

Image installation method of composer

Method 2:

Download composer installation package: composer download address

After downloading and installing, install the following steps as follows:

Then go to the next step, to the following interface when the installation is successful:

Test whether the composer is installed successfully:

"How to solve bash: composer: command not found" content introduced here, thank you for reading. If you want to know more about industry-related knowledge, you can pay attention to the website. Xiaobian will output more high-quality practical articles for everyone!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report