Build the stuff for incoming invoices.

This commit is contained in:
2025-01-21 11:49:56 +01:00
parent e16324249a
commit 0e712a3412
24 changed files with 1495 additions and 14 deletions

View File

@@ -11,7 +11,8 @@
"laravel/framework": "^11.31",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"phpoffice/phpspreadsheet": "^3.8"
"phpoffice/phpspreadsheet": "^3.8",
"ext-dom": "*"
},
"require-dev": {
"fakerphp/faker": "^1.23",