Home >Backend Development >PHP Tutorial >How to uninstall extensions in Composer
As mentioned, how to uninstall extensions in Composer.
Personal guess: When installing, you can include the extension in compose.json, and then execute composer update. Then when uninstalling, can you delete the extension included in compose.json, and then execute it again? How about composer update?
As mentioned, how to uninstall extensions in Composer.
Personal guess: When installing, you can include the extension in compose.json, and then execute composer update. Then when uninstalling, can you delete the extension included in compose.json, and then execute it again? How about composer update?
Yes, but this will require you to install and reinstall all other dependencies..
Let’s use composer remove some/package
.