Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-17 03:04:08 +00:00
commit 7cd27ee2ca
10 changed files with 1446 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "todd-low-media/onboarding",
"description": "Interactive onboarding portal for new customers",
"type": "project",
"require": {
"php": ">=7.4"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}