#add git monitor

This commit is contained in:
2025-12-18 10:19:11 +08:00
parent 5f6bba1d9f
commit 3f27eb07c2
9 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# 代码风格和约定
- 缩进4 空格换行LF文件编码UTF-8`.editorconfig`)。
- PHP 风格:遵循 Laravel 默认代码风格,建议使用 Pint 格式化(`./vendor/bin/pint`)。
- 命名:遵循 Laravel 约定Model 在 `App\Models`Factory 在 `Database\Factories`,路由在 `routes/`)。
- EloquentModel 使用 `$fillable``$casts` 等标准写法。