Initial commit

This commit is contained in:
Porawit Dongwang
2026-09-16 23:20:08 +07:00
commit 0041668dbb
32577 changed files with 3687927 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"name": "antigravity/trip-approval",
"description": "ระบบขออนุมัติเดินทางประชุม-อบรม",
"type": "project",
"require": {
"php": "^8.1",
"setasign/fpdi": "^2.6",
"tecnickcom/tcpdf": "^6.6",
"phpoffice/phpspreadsheet": "^1.29",
"phpmailer/phpmailer": "^6.9"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}