Migrating 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.
Gabi DJ · Jun 13, 2018 Read more → How to'sUsing the URLGenerator work in FastRoute
Dotkernel 3 uses FastRoute under the hood, which is an excellent and fast routing package, but it does have some quirks. A wrong setup can lead to many headaches, as it's not prominent that the error…
Jesper · Sep 04, 2017 Read more → How to'sDatabase migrations and how to use them
Migrations, the superhero your database deserves Migrations ease the process of working together on projects, as well as deploying the database changes. A newly released package for the Dotkernel st…
Jesper · Aug 28, 2017 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…
Gabi DJ · May 15, 2017 Read more →Page 2 of 2 · 14 articles total