Download the PHP package luffyzhao/laravel-boost-trae-extension without Composer
On this page you can find all versions of the php package luffyzhao/laravel-boost-trae-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download luffyzhao/laravel-boost-trae-extension
More information about luffyzhao/laravel-boost-trae-extension
Files in luffyzhao/laravel-boost-trae-extension
Package laravel-boost-trae-extension
Short Description A Laravel Composer package that provides Trae IDE integration for Laravel Boost. For boost 2.x
License MIT
Informations about the package laravel-boost-trae-extension
Laravel Boost Trae Extension
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
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:
MCP (Model Context Protocol) Support
Provides MCP configuration via file-based strategy. The default MCP config path is:
Skills Support
Loads custom skills from the configured directory. The default path is:
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