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

PHP中文网
Release: 2023-03-01 08:02:02
Original
2979 people have browsed it

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
Copy after login

Delete the line that depends on the package and run

composer update
Copy after login

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)!

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template