Magento 2.1 installation issues
I’ve been recently trying to install latsest Magento and was experiencing some issues with Magento installer unable to detect PHP version. My message was pretty weird: Your PHP version is . The required PHP...
I’ve been recently trying to install latsest Magento and was experiencing some issues with Magento installer unable to detect PHP version. My message was pretty weird: Your PHP version is . The required PHP...
Caddy it’s a new kid in the block in category super light web servers. Personally – I love it. Same love I feel to CodeIgniter. To marge both of them, we need only basic...
PHP is easy. You don’t have to know type of variable, before you use it. But sometimes it’s very problematic especially when we are dealing with JSON. Here is an example: { “page-size”:50, “channel”:”buy”, “sort”:{},...
Mailgun is well known service provider which allows you send emails via their API or just using regular SMTP servers. SMTP protocol is bit slower, but it’s so common that you can use it...