principezinha / magento-in-bitnami-docker-cannot-find-extension

magento in bitnami docker cannot find extension
0 stars 0 forks source link

magento cannot find extension in docker bitnami #1

Open principezinha opened 9 months ago

principezinha commented 9 months ago

daemon@20c86b1d5a8f:/bitnami/magento$ composer require webkul/module-marketplace ./composer.json has been updated Running composer update webkul/module-marketplace Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Writing lock file Installing dependencies from lock file (including require-dev) Nothing to install, update or remove Generating autoload files 124 packages you are using are looking for funding. Use the composer fund command to find out more! No security vulnerability advisories found. Using version ^5.0 for webkul/module-marketplace daemon@20c86b1d5a8f:/bitnami/magento$ php bin/magento module:enable webkul/module-marketplace Unknown module(s): 'webkul/module-marketplace' daemon@20c86b1d5a8f:/bitnami/magento$ composer config repositories.webkul_repo composer https://magerepo.webkul.com/ daemon@20c86b1d5a8f:/bitnami/magento$ composer require webkul/module-marketplace ./composer.json has been updated Running composer update webkul/module-marketplace Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Writing lock file Installing dependencies from lock file (including require-dev) Nothing to install, update or remove Generating autoload files 124 packages you are using are looking for funding. Use the composer fund command to find out more! No security vulnerability advisories found. Using version ^5.0 for webkul/module-marketplace daemon@20c86b1d5a8f:/bitnami/magento$ php bin/magento module:enable webkul/module-marketplace Unknown module(s): 'webkul/module-marketplace' daemon@20c86b1d5a8f:/bitnami/magento$

principezinha commented 9 months ago

Would you please help me and tell me in easy to follow steps what I can do to enable the download extension in magento on bitnami docker. Thanks a lot :o)