Download the PHP package easytranslate/m2-compat-mageplaza-blog without Composer
On this page you can find all versions of the php package easytranslate/m2-compat-mageplaza-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download easytranslate/m2-compat-mageplaza-blog
More information about easytranslate/m2-compat-mageplaza-blog
Files in easytranslate/m2-compat-mageplaza-blog
Package m2-compat-mageplaza-blog
Short Description Mageplaza Blog compatibility extension for the EasyTranslate Magento 2 integration.
License OSL-3.0
Informations about the package m2-compat-mageplaza-blog
Mageplaza Blog Compatibility Extension For The EasyTranslate Connector For Magento 2
This extension provides compatibility between the Mageplaza Blog extension and the EasyTranslate Connector For Magento 2.
Description
This Magento 2 extension makes sure that you can also translate Mageplaza blog posts via EasyTranslate.
Please first check the README of the EasyTranslate Connector module to understand the whole process.
Initial Configuration
This extension extends the configuration of the base extension by a "Mageplaza Blog Posts" group:
Create Projects / Access Existing Projects
This extension extends the project edit page of the base extension by a "Mageplaza Blog Posts" fieldset:
Compatibility
This extension is compatible with the latest supported versions of Magento 2.3 and Magento 2.4.
It may also be compatible with older versions, but we strongly recommend to only use up-to-date versions of Magento 2.
Installation Instructions
The installation procedure highly depends on your setup. In any case, you should use a version control system like git and test the installation on a development system.
Composer Installation
composer require easytranslate/m2-compat-mageplaza-blog
bin/magento module:enable EasyTranslate_CompatMageplazaBlog
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Manual Installation
- Unzip the downloaded files.
- Create the directory
app/code/EasyTranslate/CompatMageplazaBlog/
:mkdir -p app/code/EasyTranslate/CompatMageplazaBlog/
- Copy the contents of the
src
directory from the unzipped files to the newly created directoryapp/code/EasyTranslate/CompatMageplazaBlog/
. bin/magento module:enable EasyTranslate_CompatMageplazaBlog
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Uninstallation
The uninstallation procedure depends on your setup:
Uninstallation After Composer Installation
bin/magento module:uninstall EasyTranslate_CompatMageplazaBlog
bin/magento setup:di:compile
bin/magento cache:flush
Uninstallation After Manual Installation
bin/magento module:disable EasyTranslate_CompatMageplazaBlog
bin/magento setup:di:compile
bin/magento cache:flush
rm -r app/code/EasyTranslate/CompatMageplazaBlog/
Support
If you have any issues with this extension, feel free to open an issue on GitHub.
Licence
Copyright
© 2021 - present EasyTranslate A/S
All versions of m2-compat-mageplaza-blog with dependencies
magento/framework Version ~102.0||~103.0
magento/module-backend Version ~101.0||~102.0
magento/module-config Version ~101.1
magento/module-store Version ~101.0
mageplaza/magento-2-blog-extension Version ~4.1
php Version ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0