Step 1
Install and enable the module
Add the Composer package, register the module, and refresh Magento configuration.
Run every command from the Magento project root. Do not run composer install inside a mounted or symlinked module directory because a nested vendor tree can cause duplicate class loading.
Install and enable
composer require mosaicora/module-opengraph
bin/magento module:enable Mosaicora_OpenGraph
bin/magento setup:upgrade
bin/magento cache:flush config layout block_html eav full_page config_webserviceProduction deployment
Run these when required by your normal production deployment process.
bin/magento setup:di:compile
bin/magento setup:static-content:deployExpected result
- Mosaicora_OpenGraph is enabled.
- setup:upgrade completes successfully.
- Magento caches are refreshed.