Big time saver: test a Magento model / method from shell
Not able to use Xdebug right now? Wanna dump some code without having to interact with the frontend? Wanna do a quick fix? Just read on! »
Not able to use Xdebug right now? Wanna dump some code without having to interact with the frontend? Wanna do a quick fix? Just read on! »
Any Magento developer has to deal with those config.xml files. And they actually hide some nice features that make cleaner, more powerful and more readable »
One of the many great features of Magento is that it is able to manage several locales. This means it can deliver localized content and adapt »
Service Contracts are here again for this task. Creating CMS blocks and pages is a breathe... with a point of attention about stores relation that is »
Magento 2 introduced Service Contracts. Those are a great way to use the Magento API without really worrying how things are implemented. Here is how to »
With the 2.1 version, Magento migrated the admin product edit page from a mostly PHP-based version to a UI component one. And adding some fieldsets, »
Magento 2 introduced the concept of UI elements which are extensively used in the admin. The grids are ones of those and have a great new »
A snippet to add a column after another one in your table in a Magento 2 database »
Agile Flow... why and what? For some time now, my team and I have been using the Git-Flow version-control workflow. But as we go more and »
It is sometimes required to show or hide some fields in admin forms based on the state of other fields. One may wish, for instance, to »