Initial commit

This commit is contained in:
root
2025-12-23 13:18:58 +02:00
commit 2ef7528ee9
36 changed files with 5983 additions and 0 deletions

12
config/app.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
return [
'db' => [
'host' => 'localhost:3306',
'name' => 'ajofficial_portfolio',
'user' => 'ajofficial',
'pass' => 'V!kGU62je7%^rKZDU',
'charset' => 'utf8mb4',
],
];