level-up-upgrade-v2

Automate Level Up v1 to v2 upgrades in Laravel projects.

673|54|Updated Apr 3, 2023
One-click install
npx skills add https://github.com/cjmellor/level-up --skill level-up-upgrade-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: level-up-upgrade-v2
Source: https://github.com/cjmellor/level-up/tree/main/resources/boost/skills/level-up-upgrade-v2
Command: npx skills add https://github.com/cjmellor/level-up --skill level-up-upgrade-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading cjmellor/level-up from v1 to v2 can involve breaking changes and widespread refactors. This Skill automates the upgrade path, applying necessary changes to your codebase while preserving existing behavior where possible.

Core Features & Use Cases

  • Guided preflight checks, migration publishing, and config updates to ensure a safe, repeatable upgrade.
  • Automatic adaptation of breaking changes across migrations, models, and configuration to minimize manual refactoring.
  • Use Case: In a Laravel project using Level Up, run this Skill to migrate the v1 codebase to v2 with minimal developer effort.

Quick Start

Run the upgrade process in your Laravel project to upgrade Level Up from v1 to v2.

Frequently Asked Questions about level-up-upgrade-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade Level Up from v1 to v2 in my Laravel project?

Upgrading Level Up from v1 to v2 in Laravel is automated by running this Skill. It executes preflight checks, publishes required migrations, updates configuration files, and applies necessary code refactors to adapt your project to the v2 architecture safely.

What breaking changes are involved in the Level Up v2 migration?

The Level Up v2 migration involves breaking changes to migrations, models, and configuration files. This Skill automatically adapts these elements across your codebase to align with the v2 architecture while preserving existing behavior where possible.

Do I need to manually publish migrations when upgrading Level Up to v2?

No, you do not need to manually publish migrations when upgrading Level Up to v2. This Skill enforces preflight checks and automatically handles migration publishing and configuration updates to ensure a reliable upgrade path.

Can this upgrade tool adapt my Laravel models and config for Level Up v2?

Yes, this upgrade tool can adapt your Laravel models and config for Level Up v2. It performs automatic adaptation of breaking changes across migrations, models, and configuration to minimize manual refactoring during the upgrade.

What preflight checks are required before upgrading Level Up to v2?

Before upgrading Level Up to v2, the Skill enforces guided preflight checks to ensure a safe and repeatable upgrade. These checks validate environment readiness before applying breaking changes, migration publishing, and configuration updates.

Is there a way to automate breaking changes refactoring for Laravel upgrades?

Yes, you can automate breaking changes refactoring for Laravel upgrades using this Skill. It applies necessary codebase changes automatically, handling migrations, models, and config updates to migrate Level Up from v1 to v2 with minimal developer effort.