Tag Archives: magento2

Visualizing Magento 2 Module Dependencies

Magento 2 is working on improving the module dependencies problem from Magento 1.  If you look in app/code/*/*/etc/module.xml you will notice there are now dependency declarations in these files.  Knowing full well WORK IN THIS AREA IS NO WHERE NEAR FINISHED and the current files were probably generated automatically by grep commands or similar (so any […]

ImageMagick PHP Windows installation pain

I am not a PHP expert, but I was having a play with the latest Magento 2 code drop on GitHub.  I thought I would share some little experiences in case helpful to anyone else. I have Windows 7 on my laptop, so I am running XAMPP for my stack. I had an older installation with […]