---
slug: "laravel-upgrade-skill"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/1weiho/laravel-upgrade-skill@main/README.md"
repo: "https://github.com/1weiho/laravel-upgrade-skill"
source_file: "README.md"
branch: "main"
---
# Laravel Upgrade Skill

An agent skill for upgrading Laravel applications one major version at a time.

## Supported Upgrades

- Laravel 9.x → 10.x
- Laravel 10.x → 11.x
- Laravel 11.x → 12.x

## Features

- Auto-detects current Laravel version from `composer.json`
- Identifies breaking changes based on official upgrade guides
- Automatically applies necessary code fixes
- Updates dependency versions

## Installation

### Install via skills cli

```bash
npx skills add 1weiho/laravel-upgrade-skill
```

## Usage

The skill will:

1. Read `composer.json` to detect the current Laravel version
2. Load the appropriate upgrade guide
3. Scan the codebase for breaking changes
4. Apply fixes automatically
5. Update dependencies

## License

MIT
