While using magento 2 we may reinstall the extension (launchset up/upgrade) hust erase the extension recording from the code_resources table
In second magento address (or after cache refreshing) the extensions employ the entire file properly starting to 0 version.
You may not get detailed information on how to remove magento 2 extension earlier installed on your magento 2. Someone face the same issue and know the plan to remove extension on magento 2 .
The following points will help you to remove the magento 2 extension from your composer
- To install extension by composer : php composer.phar install vendor/package
- To remove extension by composer: php composer.phar remove vendor/package
I hope this information will be helpful to remove the magento 2 extension from composer.
Leave a Reply