Laravel Upgrade

🌐Community
by 1weiho · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add laravel-upgrade npx -- -y @trustedskills/laravel-upgrade
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
1weiho
Installs
26

🌐 Community

Passed automated security scans.