PHPackages                             ifwrong/laravel-boost-trae - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ifwrong/laravel-boost-trae

ActiveLibrary

ifwrong/laravel-boost-trae
==========================

Laravel Boost addon that provides support for Trae IDE

v1.1.0(yesterday)02↑2900%MITPHP ^8.2

Since Jul 22Compare

[ Source](https://github.com/ifwrong/laravel-boost-trae-extension)[ Packagist](https://packagist.org/packages/ifwrong/laravel-boost-trae)[ RSS](/packages/ifwrong-laravel-boost-trae/feed)WikiDiscussions Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Boost Trae Extension
============================

[](#laravel-boost-trae-extension)

A [Laravel Boost](https://github.com/laravel/boost) addon that provides support for the [Trae](https://www.trae.ai/) AI IDE.

It registers a `trae` agent with Laravel Boost so that `boost:install` can scaffold MCP configuration, project guidelines, and skills for Trae — including Trae CN.

Requirements
------------

[](#requirements)

- PHP ^8.2
- Laravel Boost ^2.0

Installation
------------

[](#installation)

```
composer require ifwrong/laravel-boost-trae
```

Then run the Boost installer:

```
php artisan boost:install
```

Select **Trae** from the list of agents. Boost will generate the MCP config, guidelines, and skills into your project's `.trae` directory.

Features
--------

[](#features)

- **System detection** — locates the Trae / Trae CN app on macOS, Windows, and Linux.
- **Project detection** — detects `.trae` in the project root, with automatic fallback to the parent directory for monorepo setups.
- **MCP support** — generates `.trae/mcp.json` and sets the server `cwd` to your Laravel base path so MCP tools run in the right project context.
- **Guidelines** — writes project rules to `.trae/project_rules.md`.
- **Skills** — scaffolds skills into `.trae/skills`.

Configuration
-------------

[](#configuration)

All paths are configurable via `config/boost.php`. Defaults are shown below:

```
'agents' => [
    'trae' => [
        'mcp_config_path' => '.trae/mcp.json',
        'guidelines_path' => '.trae/project_rules.md',
        'skills_path'     => '.trae/skills',
    ],
],
```

Directory Structure
-------------------

[](#directory-structure)

After installation, a typical `.trae` directory looks like:

```
.trae/
├── mcp.json
├── project_rules.md
└── skills/

```

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/267d9e54d2c1a0fc40580eb0d40bbc9c78f81aecba15f536686d7bbd2501673a?d=identicon)[hellow7758521](/maintainers/hellow7758521)

---

Tags

laravelmcpboosttrae

### Embed Badge

![Health badge](/badges/ifwrong-laravel-boost-trae/health.svg)

```
[![Health](https://phpackages.com/badges/ifwrong-laravel-boost-trae/health.svg)](https://phpackages.com/packages/ifwrong-laravel-boost-trae)
```

###  Alternatives

[gonetone/laravel-boost-windsurf-extension

Laravel Boost extension package that provides Windsurf editor and Windsurf JetBrains plugin integration.

2513.6k](/packages/gonetone-laravel-boost-windsurf-extension)[aldesrahim/filament-compass

Comprehensive documentation for Filament v5, designed for LLMs and AI-assisted development.

102.6k](/packages/aldesrahim-filament-compass)[nativephp/mobile-starter

The skeleton application for NativePHP for Mobile.

192.5k](/packages/nativephp-mobile-starter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
