From 3f78400e670d8e464b0dee05c9dabe6280c48033 Mon Sep 17 00:00:00 2001 From: boss Date: Tue, 9 Jul 2024 18:22:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(composer):=20p=E6=B7=BB=E5=8A=A0think-mult?= =?UTF-8?q?i-ap=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将“topthink/think-multi-app”包添加到composer.json文件中 在ThinkPHP框架中启用多应用程序功能 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a5b4dbd..cf32977 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ "php": ">=8.0.0", "topthink/framework": "^8.0", "topthink/think-orm": "^3.0", - "topthink/think-filesystem": "^2.0" + "topthink/think-filesystem": "^2.0", + "topthink/think-multi-app": "^1.0" }, "require-dev": { "symfony/var-dumper": ">=4.2",