Adding a CORS implementation to Zend Expressive
This article is a guide on how to add a CORS implementation on an existing Dotkernel3 project. The issue If you're facing this message: "Access to XMLHttpRequest at ‘url’ has been blocked by cors poli…
Apr 08, 2019 Read more → DotkernelHandling and Logging errors with dot-errorhandler and dot-log
This article is a follow-up for: Logging with dot-log in Zend Expressive and Dotkernel, the mentioned article is a guide to using dot-log. This article explains the usage of dotkernel/dot-errorhandl…
Nov 27, 2018 Read more → DotkernelLogging with dot-log in Zend Expressive and Dotkernel
This article will explain the usage of the dot-log component within Dotkernel, Zend Expressive or in a project that uses Zend Service Manager. Since dot-log extends zendframework/zend-log this tutoria…
Nov 13, 2018 Read more → Dotkernel 3Dotkernel3 - Stable Release version 1.0
Dotkernel was updated to support Zend Expressive 3 alongside with PSR-15 middleware. We have updated the core packages to support PSR-15 Middleware.
Jun 27, 2018 Read more → How to'sMigrating Dotkernel 3 from Zend Expressive 2 to Zend Expressive 3
This article covers the steps required to migrate a Dotkernel 3 instance to the latest Zend Expressive Version. Migration from Zend Expressive 2 to 3.
Jun 13, 2018 Read more → PHP Troubleshooting[FIX] Installing PEAR packages with PHP 7.2
This article will cover the solution to the PEAR "Cannot use result of built-in function in write context" issue. The Issue If installing a pear package (for instance PHP Code Sniffer), when running:…
May 18, 2018 Read more → How to'sWhat is PSR-7 and how to use it
What is PSR-7 and how to use itPSR-7 is a set of common interfaces defined by PHP Framework Interop Group. These interfaces are representing HTTP messages, and URIs for use when communicating trough H…
May 15, 2017 Read more → DotkernelDisambiguation: Dotkernel 1 and Dotkernel 3
What is Dotkernel? The name Dotkernel symbiotically combines the string Dot, as a representation of the Internet, and Kernel, the quintessence of any IT application. In other words Dotkernel wishes…
Apr 24, 2017 Read more → PHP TroubleshootingWhere is the intl PHP extension? Problem solved!
Problem PHP packages/frameworks/libraries/scripts we work with might require different PHP extensions. In this case the Intl extension is needed to work with using Internationalization Functions.
Dec 14, 2016 Read more → DotkernelUsing Dotkernel with Composer Dependencies
This article will cover the external dependency usage VIA composer within Dotkernel applications. There is also an article explaining how composer can be added to Dotkernel learn more.
Apr 04, 2016 Read more →Page 1 of 2 . 12 articles total