A blog about Magento 2 and PHP
-
The Devletter #12: Magento 2.0.6 Payment changes
This article is originally created for The Devletter #12: Important changes in Magento 2.0.6. If you would like to receive The Devletter every Wednesday directly into your inbox (for free), click to subscribe. Magento team committed to deliver great quality releases starting from Magento 2.0 GA back in November 2015. It is also expected to […]
-
New Database Connection in Magento 2
Magento 2 gives a flexible mechanism for managing database connections. This feature was slightly refactored compare to Magento 1.x release. In this article, we will set up new database connection for custom resource model in Magento 2. Overview After successful installation, Magento 2 system creates app/etc/env.php configuration file. This file is most important due to a sensitive […]
-
How to create Custom Logger in Magento 2
Magento 2 Framework provides Logger component. This component is used across Magento 2 modules and framework as a mechanism to log errors and system information into files. You are aware of well-known system.log and debug.log files which are located in the Magento_Root/var/log directory. The Logger component is based on Monolog PHP Library created by Jordi […]
-
The Devletter
The Devletter is my free weekly email. I curate it for Web Developers willing to get started with Magento 2. It is also usefull for Magento Developers who plan to migrate to Magento 2 and looking for tips and practical examples. It contains tools for development I find useful, tips on how to work and […]
-
Magento Meetup 14, Dublin, Ireland
I’ve had a chance to visit Magento Meetup 14 at March 15, 2016. This is my 4th meetup and I mentioned it attracts more and more Magento community members each time. Ben Marks decided to join us here in Dublin this time to answer Magento 2 questions. Location At the previous Meetup event Stephen announced […]
-
5 Things to Consider When Moving to Magento 2
Are you looking for content which will help you to make right decision about Magento 2 Upgrade? In this article I will focus on decision making, delivering features as Scrum Team, importance of Demo meetings and Customers. Make Best Decision The moment you decided to switch to Magento 2 is unique one. It might be […]
-
Magento 2 403 Forbidden Error Fix
In case you develop Magento 2 project (or some other web application) on local Yosemite and sometimes you see 403 Forbidden error you are reading right article. So, during my Magento 2 development and other projects I was getting an error which annoyed me every time. The error says: You don’t have permission to access […]
-
Magento 2 Design Patterns presentation
During Magento Meetup 13 which took place in Dublin, Ireland at February 9, 2016 I’ve had a chance to share thoughts about Design Patterns usage in Magento 2. I’ve uploaded presentation to SlideShare website. Feel free to share your experience using Design Patterns in Magento 2. About Presentation Architecture Goals I decided to start from […]
-
Magento Meetup 13 Ireland, Dublin
February 9, 2016 one more Magento Meetup 13 took place in Ireland, Dublin. As usual there were 2 topics. First one was about Magento 2 Design Patterns and second – PCI Compliance for eCommerce. The Magento Meetup Dublin event took place in same place, DIT Aungier St. This time I knew exactly how to get […]
-
Migration vs Upgrade for Magento 2
The word Migrationcan be misunderstood. What do I mean here? During conversation with stakeholders (people who make important decisions about future of your product/system/website) the word Migration or migrate may trigger some assumption. It means that everyone in the room think that migration is super easy. Like iPhone IOS update. You click “Yes, update now!” […]