Laravel Actions
Laravel Actions automates common backend tasks within Laravel projects, streamlining development and boosting productivity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add laravel-actions npx -- -y @trustedskills/laravel-actions
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"laravel-actions": {
"command": "npx",
"args": [
"-y",
"@trustedskills/laravel-actions"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Laravel applications, allowing them to execute backend logic and manage state within a PHP environment. It bridges the gap between natural language requests and server-side operations in Laravel projects.
When to use it
- You need an agent to perform database migrations or seed data automatically.
- Your workflow requires triggering specific controller actions or service methods via chat.
- You want to automate routine maintenance tasks like clearing caches or running artisan commands.
- You are building a system where AI must read or modify Laravel models directly.
Key capabilities
- Execution of Laravel-specific commands and logic.
- Integration with the leeovery/claude-laravel ecosystem.
- Direct interaction with backend application state.
Example prompts
- "Run the
php artisan migrate:freshcommand to reset my database." - "Create a new user record in the database using the Laravel model."
- "Execute the
ProcessEmailsjob to handle pending messages."
Tips & gotchas
Ensure your Laravel environment is properly configured and accessible before attempting to run commands. This skill relies on the underlying leeovery/claude-laravel setup, so verify that dependencies are installed correctly.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.