elgentos / LargeConfigProducts

Large Configurable Products workaround for Magento 2
91 stars 28 forks source link

inject Prewarmer as Proxy to delay instantion #12

Closed mwr closed 6 years ago

mwr commented 6 years ago

this pull request fixes an issue when running setup:install with the module being already installed via composer.

To reproduce, include this module via composer, run composer install, remove the env.php, run bin/magento setup:install. The Installation will fail at the very beginning of the database schema installation while creating an instance of the \Magento\Framework\Console\CommandListInterface where all Commands will get instanciated.

peterjaap commented 6 years ago

Great, thanks!