How to build this website starting from Dotkernel Light
How this blog itself came together: starting from the Dotkernel Light starter project, then following the Tutorial 101 to add Doctrine ORM and load real data into the database.
stefan · Aug 14, 2026 Read more → Core ComponentsReplacing laminas-mail with Symfony mailer in dot-mail
What prompted the change According to the discussion from the LaminasTechnical steering Committee of 2023-12-04, it was decided that the laminas/laminas-mail package would be abandoned. On the one han…
Florin Bidirean · Jan 08, 2025 Read more → Core ComponentsDoctrine enum implementation in Dotkernel
The update of doctrine/orm to version 3.2.
Florin Bidirean · Nov 05, 2024 Read more → Core ComponentsDotkernel Light: the best choice for your presentation site
Dotkernel Light is a good starting point for a project if you want to have full control over the functionality it contains. It easily grows into something more complex with the integration of packages…
Florin Bidirean · Oct 14, 2024 Read more → Core ComponentsDotkernel Light - Starting with Mezzio microframework and Laminas components
Dotkernel Light is a version of Dotkernel Frontend that includes only the bare-bones essentials. Though simpler, it's perfect for: A presentation site, An introduction into the Mezzio microframework a…
Florin Bidirean · Oct 03, 2024 Read more → Core ComponentsDependency Injection made easy in Laminas/Mezzio applications
Note: The package requires Doctrine ORM. Still, it can be used in applications which do not integrate Doctrine.
Claudiu Pintiuta · Jun 20, 2024 Read more → Core ComponentsDoctrine cache using symfony/cache
When it comes to web development, performance is one of the critical elements that influence the success of an application. Developers focus on improving response times and overall speed to enhance th…
MarioRadu · Feb 27, 2024 Read more → Core ComponentsAutologin using Cookie / Remember Me in Dotkernel
Autologin using Cookie / Remember Me in Dotkernel This feature is used to automatically log the user who chooses this by checking the remember me box. Implemented in Dotkernel Frontend starting from R…
SergiuB · Jul 18, 2022 Read more → Core ComponentsHow to group log files by date using dot-log
As described in this article, dot-log is a powerful tool for logging messages in your application. It's power stays in the fact that it can be implemented in a few easy steps and that it's highly cust…
Alex Karajos · Apr 26, 2021 Read more → Core ComponentsAdding 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…
Gabi DJ · Apr 08, 2019 Read more →Page 1 of 2 · 19 articles total