laravel-boost/cline
Composer 安装命令:
composer require laravel-boost/cline
包简介
Cline agent for Laravel Boost - MCP support for CLINE in Laravel projects
README 文档
README
A Cline agent integration for Laravel Boost that provides MCP (Model Context Protocol) support for CLINE in Laravel projects.
Installation
You can install the package via Composer:
composer require laravel-boost/cline:@dev
The package will automatically register its service provider through Laravel's package discovery mechanism.
Configuration
The package will automatically integrate with Laravel Boost. To enable the Cline agent, make sure it's added to your boost.json configuration file:
{
"agents": ["cline"]
}
You can publish the configuration file if you need to customize settings:
php artisan vendor:publish --provider="Laravel\BoostCline\ClineServiceProvider" --tag="config"
Features
- MCP (Model Context Protocol) support for CLINE
- Cross-platform compatibility (Windows, macOS, Linux)
- Automatic detection of CLINE installation
- Project-specific configuration via AGENTS.md
- Skill support for enhanced functionality
Requirements
- Laravel 12.x
- PHP 8.1+
- Laravel Boost package
- CLINE extension installed in VS Code
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 382
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-10