How to Setup Multiple Magento 2 websites/stores with Nginx?

Setup Multiple Magento 2 Stores/Websites with Nginx

Magento is so flexible that one instance of it can have multiple websites/stores with different languages, domain names, categories, etc. You can configure the websites, stores, and store views in the Magento Admin. You use the MAGE_RUN_TYPE and MAGE_RUN_CODE variables in entry point scripts(index.php), .htaccess or Nginx configuration files(depending upon the web server you are …

Read more

Sandbox script for quick testing in Magento2

What’s your approach for quick & dirty testing in Magento2? Creating a test module with a controller and executing it from the browser to see the output? Creating a Console module and executing via CLI? Obviously, the above two approach takes time. Rather I would create a simple script (a single file) and put it …

Read more