1. remove 命令簡介
remove 命令用于移除 composer.json 中的擴展包
也可以一次移除多個包:composer remove 擴展包1 擴展包2 擴展包3
remove 命令官方文檔:https://getcomposer.org/doc/03-cli.md#remove
2. remove 命令使用示例
刪除一個包
composer remove topthink/think-think-multi-app
image
一次刪除多個包的烁,使用空格隔開即可
composer remove topthink/think-view topthink/think-captcha
image
刪除最后一個包
composer remove endroid/qr-code
image