Back to Blog
Dotkernel 3

Dotkernel Admin version 3 launched

Dotkernel Admin PHP Application Version 3 Was Launched

Dotkernel is a collection of PSR-7 Middleware applications built on top of the Mezzio microframework and using Laminas components. Dotkernel Admin is a basic admin panel, based on Bootstrap ^4.5.0, using Doctrine and performing basic CRUD operations over a database. You can clone it from GitHub. Live demo: admin7.dotkernel.net

Changelog

Branch 3.0 is the current and default branch, and:

  • Require Mezzio ^3.2
  • Require PHP ^7.4
  • Require Doctrine 2.7.x
  • Require Twig 3.x
  • Require Bootstrap 4.5
  • Limited dot-* packages to version 3.x and above

Frequently Asked Questions

What is Dotkernel Admin? +

A basic admin panel based on Bootstrap ^4.5.0, using Doctrine to perform basic CRUD operations over a database, built as a collection of PSR-7 Middleware applications on top of Mezzio and Laminas components.

Where can you see a live demo of version 3? +

At admin7.dotkernel.net.

What are the core requirements listed in the version 3 changelog? +

Mezzio ^3.2, PHP ^7.4, Doctrine 2.7.x, and Twig 3.x, plus Bootstrap 4.5, with dot-* packages limited to version 3.x and above.