Laravel Upgrade
This skill automates Laravel application upgrades, streamlining the process and minimizing potential issues for faster deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add laravel-upgrade npx -- -y @trustedskills/laravel-upgrade
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"laravel-upgrade": {
"command": "npx",
"args": [
"-y",
"@trustedskills/laravel-upgrade"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The laravel-upgrade skill automates and streamlines the process of upgrading Laravel applications to newer versions. It handles tasks like updating dependencies, running database migrations, and clearing caches, significantly reducing manual effort and potential errors during upgrades. This skill ensures a smoother transition while maintaining application stability.
When to use it
- You need to upgrade a Laravel project from one version to another (e.g., Laravel 9 to Laravel 10).
- Your development team wants to automate the upgrade process for consistency and reduced risk of human error.
- You are facing challenges with manual upgrades due to complex dependencies or database schema changes.
- You want to quickly prepare a Laravel application for deployment after an upgrade.
Key capabilities
- Automated dependency updates
- Database migration execution
- Cache clearing
- Version compatibility checks
Example prompts
- "Upgrade my Laravel project from version 9 to version 10."
- "Run the database migrations after upgrading Laravel."
- "Clear all application caches following the upgrade process."
Tips & gotches
- Ensure your development environment is properly configured with the necessary tools and dependencies before initiating an upgrade.
- Always back up your project files and database before running any automated upgrade processes to prevent data loss.
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.