From 99411dd650182bd54ab685765c29553de029c71e Mon Sep 17 00:00:00 2001 From: bidi Date: Tue, 4 Aug 2026 16:37:46 +0300 Subject: [PATCH] updated references to Light Signed-off-by: bidi --- ...o-microframework-and-laminas-components.jsonld.twig | 4 ++-- .../architecture/understanding-middleware.html.twig | 2 +- ...zio-microframework-and-laminas-components.html.twig | 10 +++++----- ...he-best-choice-for-your-presentation-site.html.twig | 2 +- ...improvements-psr-15-handlers-vite-phpstan.html.twig | 2 +- ...-15-compliant-handlers-in-dotkernel-light.html.twig | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Blog/templates/page/JSON-LD/dotkernel/dotkernel-light-starting-with-mezzio-microframework-and-laminas-components.jsonld.twig b/src/Blog/templates/page/JSON-LD/dotkernel/dotkernel-light-starting-with-mezzio-microframework-and-laminas-components.jsonld.twig index 07a38be..f241f6c 100644 --- a/src/Blog/templates/page/JSON-LD/dotkernel/dotkernel-light-starting-with-mezzio-microframework-and-laminas-components.jsonld.twig +++ b/src/Blog/templates/page/JSON-LD/dotkernel/dotkernel-light-starting-with-mezzio-microframework-and-laminas-components.jsonld.twig @@ -41,8 +41,8 @@ "@type": "FAQPage", "@id": "{{ absolute_url(path('page::blog-resource', {categorySlug: article.category.slug, slug: article.slug})) }}#faq", "mainEntity": [ - { "@type": "Question", "name": "What is Dotkernel Light?", "acceptedAnswer": { "@type": "Answer", "text": "Dotkernel Light is a version of Dotkernel Frontend that includes only the bare-bones essentials. It's suitable as a presentation site, an introduction to the Mezzio microframework architecture, or a starting point for a more complex project where you want full control over functionality." } }, - { "@type": "Question", "name": "What is the goal of Dotkernel Light?", "acceptedAnswer": { "@type": "Answer", "text": "It's designed to be a fast-start example of using the Mezzio microframework as well as an entry-level version of Dotkernel Frontend, presenting the beginner developer with as few moving parts as possible while still letting the more advanced developer have full control of the platform's functionality." } }, + { "@type": "Question", "name": "What is Dotkernel Light?", "acceptedAnswer": { "@type": "Answer", "text": "Dotkernel Light is the smallest complete Mezzio application that includes only the bare-bones essentials. It's suitable as a presentation site, an introduction to the Mezzio microframework architecture, or a starting point for a more complex project where you want full control over functionality." } }, + { "@type": "Question", "name": "What is the goal of Dotkernel Light?", "acceptedAnswer": { "@type": "Answer", "text": "It's designed to be the smallest complete Mezzio application, as well as an entry-level version of Dotkernel Frontend, presenting the beginner developer with as few moving parts as possible while still letting the more advanced developer have full control of the platform's functionality." } }, { "@type": "Question", "name": "What functionality does Dotkernel Light retain?", "acceptedAnswer": { "@type": "Answer", "text": "It keeps routing, templating, error handling, and tests and code quality checks." } }, { "@type": "Question", "name": "What was removed compared to Dotkernel Frontend?", "acceptedAnswer": { "@type": "Answer", "text": "Items removed include Doctrine and all database related stuff, sessions/cookies/flash messages, authentication/authorization, dependency injection, mail related stuff, navigation, CORS, forms/validators/input filters, the User module, the Contact module, the Plugin module, unused CSS/JS code, and outdated README instructions." } }, { "@type": "Question", "name": "Which packages are no longer required in Dotkernel Light?", "acceptedAnswer": { "@type": "Answer", "text": "Packages such as dotkernel/dot-authorization, dotkernel/dot-mail, dotkernel/dot-session, dotkernel/dot-navigation, dotkernel/dot-flashmessenger, laminas/laminas-form, mezzio/mezzio-cors, and several others used by Frontend are not required." } } diff --git a/src/Blog/templates/page/blog-resource/architecture/understanding-middleware.html.twig b/src/Blog/templates/page/blog-resource/architecture/understanding-middleware.html.twig index 649217d..cec46ff 100644 --- a/src/Blog/templates/page/blog-resource/architecture/understanding-middleware.html.twig +++ b/src/Blog/templates/page/blog-resource/architecture/understanding-middleware.html.twig @@ -146,7 +146,7 @@
  • Laminas components
  • -
  • Dotkernel Light, an implementation of Mezzio using handlers
  • +
  • Dotkernel Light, the smallest complete Mezzio application
  • The Slim PHP micro framework
  • diff --git a/src/Blog/templates/page/blog-resource/dotkernel/dotkernel-light-starting-with-mezzio-microframework-and-laminas-components.html.twig b/src/Blog/templates/page/blog-resource/dotkernel/dotkernel-light-starting-with-mezzio-microframework-and-laminas-components.html.twig index 4697af7..5d3ea89 100644 --- a/src/Blog/templates/page/blog-resource/dotkernel/dotkernel-light-starting-with-mezzio-microframework-and-laminas-components.html.twig +++ b/src/Blog/templates/page/blog-resource/dotkernel/dotkernel-light-starting-with-mezzio-microframework-and-laminas-components.html.twig @@ -1,7 +1,7 @@ {% extends '@layout/blog-post.html.twig' %} {% block body %} -

    Dotkernel Light is a version of Dotkernel Frontend that includes only the bare-bones essentials. Though simpler, it's perfect for:

    +

    Dotkernel Light is the smallest complete Mezzio application that includes only the bare-bones essentials. Though simpler than Frontend, it's perfect for: