Initial habit tracker project

This commit is contained in:
2026-07-10 16:18:31 +02:00
commit 23416ee382
20 changed files with 1157 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'app_name' => 'Habit Tracker',
'base_path' => '',
'database' => [
'host' => 'localhost',
'dbname' => 'habittracker',
'user' => 'root',
'password' => '',
'charset' => 'utf8mb4',
],
];