15/08/2022
We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Run the following command to show the current mode:
php bin/magento deploy:mode:show
Currently, we are in default mode. We can set to Production mode
Run the following command to set the production mode:
$ php bin/magento deploy:mode:set production
Enabled production mode.
Now you are in production mode.