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 to uninstall the modules I installed?
Yes. How do I uninstall the modules I installed?
We do the following:
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)!