I have cloned a project written in Yii2. There are some extensions in vendor folder which I want to remove them from project. How can I do this? I am sure they are installed using composer because they are noted in composer.lock file.
If you just want to remove packages from the vendor folder you can use composer command:
composer remove package/name
If you want to remove calls to these packages in the project you need to do this manually.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With