major update

This commit is contained in:
2026-03-04 15:56:58 +01:00
parent 16759a2732
commit 8f4dd5840d
478 changed files with 24313 additions and 8201 deletions

View File

@@ -1,6 +1,7 @@
<?php
use MintyPHP\Auth;
use MintyPHP\App\Bootstrap\EnvValidator;
use MintyPHP\Cache;
use MintyPHP\DB;
use MintyPHP\Debugger;
@@ -9,6 +10,8 @@ use MintyPHP\I18n;
use MintyPHP\Router;
use MintyPHP\Session;
EnvValidator::validate();
$envString = static function (string $key, string $default): string {
$value = getenv($key);
if ($value === false || $value === '') {