eloquage/laravel-actions-boost
最新稳定版本:1.0.0
Composer 安装命令:
composer require eloquage/laravel-actions-boost
包简介
Laravel Actions Boost planning guidelines for AI agents.
README 文档
README
A Laravel Boost extension that helps AI agents produce accurate, detailed implementation plans for applications using Lorisleiva Laravel Actions (2.x).
Setup
Install Laravel Actions Boost using Composer:
composer require eloquage/laravel-actions-boost --dev
Then run the Boost installer and select Laravel Actions Boost when prompted:
php artisan boost:install
To verify installation, check your AGENTS.md, CLAUDE.md, or similar file for
a new Laravel Actions Boost section.
Usage
- Enable planning mode in your AI agent (Claude Code, Cursor, etc.)
- Ask the agent to create a Laravel Actions Boost plan for your feature
Example prompt:
Create a Laravel Actions Boost plan for a user management feature.
Users can update their password via a web form (controller) and admins can
reset any user's password via an Artisan command. The same UpdateUserPassword
action should handle both. Use ActionRequest for validation (current password,
new password, confirmation). Add middleware auth for the route. Include tests
that mock the action and assert validation/authorization failures.
The agent will produce a detailed specification document ready for direct implementation, no guessing required.
What's Included
Laravel Actions Boost provides comprehensive planning guides covering:
- Action concept, handle, make/run, conventions, decorators
- Running as object, controller, command, job, listener
- Mocking and testing (mock, spy, assertPushed)
- Granular traits and WithAttributes / unified attributes
- Validation, authorization, ActionRequest
- Route registration, dispatch jobs, listen for events, execute as commands
- Checklist and troubleshooting
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-22