chore: 安装项目依赖包

- 安装 spatie/laravel-activitylog 用于操作日志
- 安装 amidesfahani/filament-monaco-editor 用于代码编辑
- 安装 maatwebsite/excel 用于数据导出
This commit is contained in:
2026-03-09 10:06:25 +08:00
parent 7d4448a912
commit 5476417c31
2 changed files with 771 additions and 158 deletions

View File

@@ -7,6 +7,7 @@
"license": "MIT",
"require": {
"php": "^8.2",
"abdelhamiderrahmouni/filament-monaco-editor": "^0.2.5",
"filament/filament": "^3.0",
"http-interop/http-factory-guzzle": "^1.2",
"laravel/framework": "^12.0",
@@ -14,8 +15,10 @@
"laravel/scout": "^10.22",
"laravel/tinker": "^2.10.1",
"league/commonmark": "^2.8",
"maatwebsite/excel": "^3.1",
"meilisearch/meilisearch-php": "^1.16",
"phpoffice/phpword": "^1.4"
"phpoffice/phpword": "^1.4",
"spatie/laravel-activitylog": "^4.12"
},
"require-dev": {
"fakerphp/faker": "^1.23",