From the Web Development Blog
- Create Magento Custom Frontend RouteTo create a custom URL path (route) such as example.com/test/, use the following as a guide. This assumes you already have created a custom module with your three initial files … Read more
- Install Magento 2 on Mac OSX Running MAMPOption 1: Install Magento 2 with Composer 1) Install Composer The first step is to install Composer if you haven’t already. 2) Install Magento Run the following to install the … Read more
- Cleanup Git Branches Already Merged into MasterHere are some command line statements to help cleanup your branches. Clean remote git branches already merged into master Switch to master, fetch and pull the latest updates from master. … Read more