magento 2 setup on existing vagrant environment using browser

Posted by Damodar Bashyal on December 23, 2015

 

Step 1: Download and extract magento 2 enterprise edition on your project folder

Installing magento steps

Step 2: Open your local /etc/hosts file and point www.mageee2.com.au to your environment IP as:

More»

How to apply Magento patches

Posted by Damodar Bashyal on July 13, 2015

 

This should work on both versions of Magento "community and Enterprise".

This is how I apply patch locally:

More»

Magento read CSV using Varien_File_Csv library

Posted by Damodar Bashyal on April 20, 2015

 

Read CSV into PHP array

$file = 'csv_file_to_parse_into_php_array.csv'; // full path to your csv file.

More»