magento

php

Docker php fpm for Magento 2.4 (php 7.4)

For a customer I needed to have a quick test env on my machine, so I just took the dump and the code of the server and spun up some docker container like a nginx, a mysql db, an elasticsearch instance and a php fpm container. The problem here was the missing dependencies for some stuff Magento 2.4.…

1 min read
magento

Magento 2.4. unique url_key

While switching from Shopware 6 to Magento 2.4 I had to create some article which basically are not variants but had the same name.  The standard configuration of Magento 2.4 will create an url_key based on the name (and category if you want to and store id ...) but you easily see that if we have tw…

1 min read