Dotkernel
Templating in Dotkernel3
Dotkernel3 aims to improve the Dotkernel stack in every way possible, and one of the painpoints in the previous version of Dotkernel was the templating engine. Albeit a solid and robust templating eng…
Dec 20, 2017 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…
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…
Aug 28, 2017 Read more →