Core Components

Core Components

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.

Read more →
Core Components

Replacing 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…

Read more →
Core Components

Doctrine enum implementation in Dotkernel

The update of doctrine/orm to version 3.2.

Read more →
Core Components

Dotkernel 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…

Read more →
Core Components

Dotkernel 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…

Read more →
Core Components

Dependency 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.

Read more →
Core Components

Doctrine 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…

Read more →
Core Components

Autologin 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…

Read more →
Core Components

How 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…

Read more →
Core Components

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…

Read more →