manghe/.cursor/rules/mhbase.mdc
2025-04-10 02:46:53 +08:00

21 lines
552 B
Plaintext
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description:
globs:
alwaysApply: true
---
项目配置文件:.env
本项目使用php 7.4,ThinkPHPV6.0 框架
后台管理:
项目文件夹app/admin
路由文件app/admin/route/app.php
控制器文件夹app/admin/controller
视图文件夹app/admin/view
视图模板文件夹app/admin/Public
api项目文件夹app/api
项目文件夹app/api/controller
路由文件app/api/route/app.php
实体类文件夹app/common/model
备注:后台管理所有的视图模板文件夹的首字母都是大写