Magento

Create custom URL redirects in Magento 2

Motivation I need to be able to redirect referral links that the user shares and track the request. Basically I have a module that generates referrals for every user so that he/she can share the link with his/her friends. Every time the link is clicked, it will record the clickthrough and do something. Things can… Continue reading Create custom URL redirects in Magento 2

Magento

Setting up a local development environment with Laravel Valet for Magento 2 development

Setting up a Magento 2 development environment  requires quite a bit of work. Back in the old days, we need to manually install LAMP stack on the computer and configure virtual hosting, update /etc/hosts and etc. That is just boring! Although nowadays, we have VM, Vagrant and Docker, the performance is still not very impressive… Continue reading Setting up a local development environment with Laravel Valet for Magento 2 development