luffyzhao/laravel-boost-trae-extension
Composer 安装命令:
composer require luffyzhao/laravel-boost-trae-extension
包简介
A Laravel Composer package that provides Trae IDE integration for Laravel Boost. For boost 2.x
README 文档
README
A Laravel Composer package that provides Trae IDE integration for Laravel Boost 2.x.
Requirements
- PHP ^7.4
- Laravel Boost ^2.0
- Illuminate Support ^12.28.1
Installation
composer require luffyzhao/laravel-boost-trae-extension
The service provider will be automatically discovered by Laravel.
Features
This extension registers the Trae code environment with three core capabilities:
Guidelines Support
Loads project guidelines from the configured path. The default path is:
./trae/rules/TRAAE.md
MCP (Model Context Protocol) Support
Provides MCP configuration via file-based strategy. The default MCP config path is:
./trae/.mcp.json
Skills Support
Loads custom skills from the configured directory. The default path is:
.trae/skills
Configuration
You can override the default paths by publishing the Laravel Boost configuration and updating the following keys:
boost.agents.trae.mcp_config_path- MCP configuration file pathboost.agents.trae.guidelines_path- Guidelines file pathboost.agents.trae.skills_path- Skills directory path
Detection
The Trae agent automatically detects:
- System detection: Checks if
traecommand is available in PATH across macOS, Linux, and Windows - Project detection: Looks for
.traedirectory andrules/TRAAE.mdfile in the project root
License
MIT
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-03