It's been a long and winding road, but the end is in sight! In this, the penultimate article in our object manager tutorial, we're going to discuss working with instance and non-injectable objects in Magento 2.
astorm
Debugging Varnish VCL configuration files | Midwestern Mac, LLC Over the past few years varnish has become the “go to” way for Magento systems to paper over serious backend performance problems – which means varnish debugging is quickly becoming a must have skill for Magento developers working at all levels of [...]
astorm
With their take on an object manager/container and dependency injection, Magento have created a new way for PHP programmers to work. With that new way of working comes a new set of unanticipated challenges. Put another way, new patterns create new problems.
astorm
Magento 2: How to Check if a Module’s Installed Hint: Inject Magento’s Magento/Framework/Module/Manager object.
astorm
Magento Patches Finder Nice and simple web application that will let you say Hey, I’m using THIS version of Magento CE and the application will say back Then here’s the security patches you want It’s a pity that the politics of a company in transition don’t let Varien/Magento Inc./Ebay Enterprises/etc. release [...]
astorm
Last time we discussed the argument replacement feature of Magento 2's object manager, and introduced the <type/> tag in di.xml. This week we're going to talk about another feature related to argument replacement -- Virtual Types.
astorm