Initial commit

This commit is contained in:
Hamza-Ayed
2026-05-21 00:40:47 +03:00
commit 8e429d8313
14 changed files with 1152 additions and 0 deletions

18
backend/composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "nabeh/backend",
"description": "Nabeh Customer Service AI Platform Backend API",
"type": "project",
"license": "proprietary",
"require": {
"php": ">=8.1"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}