Include PHP Spreadsheet for generating Excel reports.

This commit is contained in:
2025-01-17 13:47:21 +01:00
parent fda3e13ca9
commit 5d4766a103
2 changed files with 291 additions and 2 deletions

View File

@@ -10,7 +10,8 @@
"barryvdh/laravel-dompdf": "^3.0",
"laravel/framework": "^11.31",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9"
"laravel/tinker": "^2.9",
"phpoffice/phpspreadsheet": "^3.8"
},
"require-dev": {
"fakerphp/faker": "^1.23",