Less home code more F3

This commit is contained in:
julien
2026-03-30 00:00:03 +02:00
parent d71cf304a9
commit fac7f60190
30 changed files with 818 additions and 1552 deletions

View File

@@ -6,7 +6,7 @@ $f3 = require __DIR__ . '/bootstrap.php';
$db = $f3->get('DB');
User::bootstrap($db);
Post::bootstrap($db);
Media::bootstrap($db);
Post::bootstrap($db);
fwrite(STDOUT, 'Base initialisée : ' . Base::instance()->get('paths.db') . "\n");
fwrite(STDOUT, 'Base initialisée : ' . $f3->get('paths.db') . PHP_EOL);