Please Help With Install Addons

babiato

Member
XNullUser
Joined
Oct 28, 2021
Messages
103
Reaction score
2
Points
18
NullCash
0
How To Install An Extensions Manually In Magento, please.
 

DoGood

New member
XNullUser
Joined
Nov 7, 2021
Messages
2
Reaction score
0
Points
1
NullCash
3
You have to copy them to app/code folder. check registration.php to determine the folder name under app/code folder.
Then run
php bin/magento set:up --safe-mode=1
php -dmemory_limit=5G bin/magento setup:di:compile
php -dmemory_limit=20G bin/magento setup:static-content:deploy -f
php -dmemory_limit=20G bin/magento setup:static-content:deploy ar_SA -f
php bin/magento cache:clean;php bin/magento cache:flush
 
Top