-
Notifications
You must be signed in to change notification settings - Fork 12
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