Installation - vct-vendor/AlsoBoughtWiki Wiki
Install
composer require vct/simpleproducturl
.
Enable
bin/magento module:enable Vct_SimpleProductUrl --clear-static-content
.
Register
bin/magento setup:upgrade
.
Recompile
bin/magento setup:di:compile
.
Deploy
bin/magento setup:static-content:deploy --force
.
Read more about installing the module in the official Magento 2 documentation.