cancel
Showing results for 
Search instead for 
Did you mean: 

Thirdparty Library

Thirdparty Library

Hi Team,
we want to use a library and insert it in our vendor folder. This library we want to include with our Plugins/Extension’s composer. We noticed that the library in vendor folder is using a eval() or a serialize function. Will this library code be rejected if we go though to Magento technical review of our plugin

1 REPLY 1

Re: Thirdparty Library

Hi @walter_horst 

 

  • Install module via composer is the best way to Magento 2. Becuase there are many advantages if we install module via composer.

  • If you want to upgrade module you just need to change the version in composer.json file and run composer update command at the rootMagentoento.

  • While in manual installation you need to first download module and replace old files and run setup:upgrade command to upgrade module.

  • All modules which are installed via composer are downloaded in vendor folder.

 

If your issue resolve, please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!