Back to knowledge base
How to install in Magento
Tags: Magento installation, Install WriteText, Magento extension setup
Minimum Requirements
- Magento version 2.4.4 or above. Tested up to version 2.4.8.
- PHP version 8.1 or above. Tested up to version 8.4.
How to install WriteText.ai using Zip file
- Download the extension as a compressed file (.zip format).
- In the command line interface, navigate to the
app/code/WriteTextAI
directory, then unzip the file by running the command:unzip WriteTextAI.zip
In the Magento folder, it will look like this: - After unzipping the file, navigate to the root directory of the Magento installation.
Run the commandphp bin/magento module:enable WriteTextAI_WriteTextAI
to enable the extension. - Run the following commands to upgrade, deploy, and clean the cache:
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
- Log in to the Magento admin panel, navigate to Writetext.ai Module and proceed to the Extension setup guide.
How to install WriteText.ai via Composer
- In the command line, navigate to the root directory of the Magento installation.
Run the commandcomposer require writetextai/writetextai
to install the writetext.ai extension. - Run the command
php bin/magento module:enable WriteTextAI_WriteTextAI
to enable the extension. - Run the following commands to upgrade, deploy, and clean the cache:
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
- Log in to the Magento admin panel, navigate to Writetext.ai Module and proceed to the Extension setup guide.
CONTENTS