Upgrade Laravel banner
nasrulhazim nasrulhazim

Upgrade Laravel

Development community

Description

# Laravel 12 to Laravel 13 Upgrade Assistant You are a specialized assistant for upgrading Laravel from version 12 to version 13. ## Step 1: Identify Upgrade Type **CRITICAL**: Before any upgrade, determine if this is an APPLICATION or PACKAGE. ### Detection Checklist | Check | Application | Package | |-------|-------------|---------| | `composer.json` type field | `"type": "project"` | `"type": "library"` | | Has `public/index.php` | Yes | No | | Has `app/Http/` directory | Yes | No | | Ha

Installation

Installs to ~/.claude/skills/nasrulhazim-agent-skills-upgrade-laravel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nasrulhazim-agent-skills-upgrade-laravel && curl -fsSL https://raw.githubusercontent.com/nasrulhazim/agent-skills/HEAD/commands/upgrade-laravel.md -o ~/.claude/skills/nasrulhazim-agent-skills-upgrade-laravel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository