From ab5b4bde0be2ed3219f2798711849dc0eb151d5d Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 13 Feb 2026 14:55:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=AA=BF=E6=95=B4=20README.md=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 92d04ce..64d471e 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,6 @@ docker exec -it star-erp-laravel php artisan tinker # 停止容器 docker compose down ``` - ## 🧪 開發規範 - **後端**: Follow Laravel 12 最佳實踐,使用 Service/Action 模式處理複雜邏輯。