Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Install without Packagist

Jeroen Vermeulen edited this page Jan 16, 2018 · 3 revisions
composer config repositories.packagist false
composer config repositories.magehost_performance-dashboard vcs https://github.com/magehost/performance-dashboard
composer require magehost/performance-dashboard
php bin/magento module:enable MageHost_PerformanceDashboard
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy --area adminhtml
composer config --unset repositories.packagist

Clone this wiki locally