ThinkPHP Boost —— 让 AI(Claude/Cursor)直接"看懂"你的 ThinkPHP 项目 #3195
yang021224
started this conversation in
Show and tell
Replies: 1 comment
-
|
Star 一波 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
大家好,分享一个我最近写的小工具:ThinkPHP Boost。
起因是用 Claude Code 和 Cursor 开发 ThinkPHP 项目时,每次都要手动把路由、表结构、日志复制给 AI,效率很低。看到 Laravel 生态有 laravel-boost 这类工具,就照着思路给 ThinkPHP
也实现了一套。
它是做什么的?
在你的 ThinkPHP 项目中内嵌一个 MCP Server,让 Claude Code、Cursor、Windsurf 等 AI 工具直接连接你的项目,自动获取上下文。
AI 连上之后可以:
安装只需一步
composer require yangmingzhi/thinkphp-boost
Beta Was this translation helpful? Give feedback.
All reactions