How to Enable Magento 2 Cronjob
Magento uses cron jobs for numerous features to schedule activities. To enable the cron job in Magento 2, log in to the…
Magento uses cron jobs for numerous features to schedule activities. To enable the cron job in Magento 2, log in to the…
To see current mode in Magento 2, run php bin/magento deploy:mode:show Example To set Magento 2 in production mode, run php bin/magento…
To change email address of an admin user, run following SQL in MySQL command promt or in phpMyAdmin update admin_user set email=’NEW_EMAIL_ADDR_HERE’…
Magento 2.4.0 come with Two-Factor authentication. Once you installed Magento 2.4.0 or latest you will be asked to setup Two-Factor Autentication. To…
To enabel SSL on magento 2 site using command line (SSH), first change to the folder where magento installed. cd /home/yoursite/html Now…
Create Magento project To install Magento 2 To create an Admin user, run Maintenance mode Check Maintenance mode status To allow IP…