3 followers
I wrote these tutorials for myself in future when I forget for the next steps.
As we know, if we want to execute something and act as administrator in linux (sudo) we need to input password. But for some of developers (including...
It's an intermittent issue I faced on some of project I have and those projects are running on PHP. Sometimes they load faster and sometimes they load...
Magento 2 requires several PHP Extensions for the project, you can see the requirements here for Magento 2.4 and here for Magento 2.3. How to know...
Have you ever tried any apache 2 configurations and still facing this issue? in my case I have this issue on ubuntu 22.04, ubuntu 22.04 default...
Have you ever face this issue? this is a precaution to prevent of the server being break. How to deal with it? Fortunately, it is simple. We can use...
Previously I created an article about what is unit testing, now let's create one Helper class of a Magento 2 Module Fiko\Testing\Helper\Data and then...