Add TuxiNet branding and document templates

This commit is contained in:
Thomas
2025-10-28 13:56:54 +01:00
parent f956a735ca
commit 3755435890
48 changed files with 1762 additions and 1 deletions

14
composer.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "cms/portal",
"description": "Customer portal, bug tracker, and light project management platform",
"type": "project",
"require": {
"php": ">=8.2",
"phpmailer/phpmailer": "^6.9"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}