Home  >  Article  >  Backend Development  >  PHP uses composer to install modules. How do I uninstall the modules I installed?

PHP uses composer to install modules. How do I uninstall the modules I installed?

PHP中文网
PHP中文网Original
2017-03-30 09:06:382925browse

php uses composer to install modules. How to uninstall the modules I installed?

Yes. How do I uninstall the modules I installed?

We do the following:

php uses composer to install modules. How to uninstall the modules I installed?

Yes. How to uninstall the modules I installed?

php composer.phar remove vendor/package vendor/package2

Delete the line that depends on the package and run

composer update

The above is PHP using composer to install the module. How to uninstall the module I installed? For more related content, please pay attention to the PHP Chinese website (www.php.cn)!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn