Home / majdghithan / agent-skills · skills/laravel-upgrade/SKILL.md · GitHub

laravel-upgrade skillA

laravel-upgrade is agent-read markdown (skill) from majdghithan/agent-skills: Upgrade a Laravel application across major versions safely (Laravel 8 -> 9 -> 10 -> 11 -> 12 -> 13), one hop at a time. Use when upgrading Laravel, when a `composer update` fails after a major bump, when deciding whether to hop versions by hand or pay for Laravel Shift, or when something compiled fine but broke at runtime after an upgrade. Detects the current version from composer.json, then loads only the hop guides you need. Focuses on the runtime bites the official upgrade guide underplays, n.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Laravel: version upgrades (8 -> 13)

Laravel's own upgrade guides at `laravel.com/docs/{ver}/upgrade` are genuinely good and list every mechanical rename. This skill does NOT repeat them. It carries the two things the docs and Shift do not give you: **the runtime bites that pass compilation and break later**, and **the judgment call of whether to hand-upgrade or pay Shift to do it.**

## The three rules that prevent a bad upgrade

1. **PHP first, framework second.** Every major has a hard PHP floor. Bump and deploy the PHP version on its own, confirm the app runs green on the new PHP under the *old* Laravel, then upgrade Laravel. Doing both at once means you cannot tell which one broke.
2. **Hop, never leap.** Upgrade one major at a time (10 -> 11 -> 12, not 10 -> 12). Each hop's guide assumes you came from the one before it. The exception is Shift, which chains hops for you.
3. **Tests are the upgrade plan.** If the suite is thin, the "bites" below are what bites you in production instead. Before a multi-version upgrade, add feature tests on the money/auth/critical paths first. No suite -> upgrade one hop, exercise the app hard, then the next.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add majdghithan/agent-skills/laravel-upgrade@git:20260729.4bed2ca
Exact content
mdr add majdghithan/agent-skills/laravel-upgrade@sha256:9ff6e404f72fe020

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_zg6q4e7v5bcwkkb5.svg)](https://markdownregistry.com/a/art_zg6q4e7v5bcwkkb5)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260729.4bed2ca latest2026-07-29 4bed2ca 6,496 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6496 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

majdghithan/agent-skills · 7 stars · license MIT · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_zg6q4e7v5bcwkkb5
GET https://markdownregistry.com/api/v1/resolve?ref=majdghithan/agent-skills/laravel-upgrade
GET https://markdownregistry.com/api/v1/blob/9ff6e404f72fe020e07feb805af00a5e8d0c033694adf7bca6d4a6d9dcbf2b2f

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from majdghithan/agent-skills

filament-plugin-development skill
majdghithan/agent-skills · skills/filament-plugin-development/SKILL.md · Build and publish custom Filament plugins (Filament is the Laravel admin-panel framework). Use when creating a Filament…
git:20260729.c006d55 · audit A · 7 stars
geo-llm-optimization skill
majdghithan/agent-skills · skills/geo-llm-optimization/SKILL.md · Generative Engine Optimization (GEO) - make a website citable and recommended INSIDE AI-assistant answers (ChatGPT…
git:20260729.b363e32 · audit A · 7 stars
lahja skill
majdghithan/agent-skills · skills/lahja/SKILL.md · Arabic dialects (لهجة) writing skill - write or rewrite Arabic in a specific spoken dialect with correct dialect…
git:20260920.538264f · audit A · 7 stars
laravel-architecture-review skill
majdghithan/agent-skills · skills/laravel-architecture-review/SKILL.md · Review a Laravel codebase's architecture and design, not just its types. Use when asked to audit a Laravel app, find…
git:20260729.8c02853 · audit A · 7 stars
laravel-filament skill
majdghithan/agent-skills · skills/laravel-filament/SKILL.md · Version-aware best practices for Filament (the Laravel admin-panel / TALL-stack framework by filamentphp), covering v1…
git:20260729.6c62a20 · audit A · 7 stars
laravel-mixpost skill
majdghithan/agent-skills · skills/laravel-mixpost/SKILL.md · Self-host and operate Mixpost (the open/self-hosted social-media scheduler by Inovector) inside a Laravel app -…
git:20260729.b363e32 · audit A · 7 stars
laravel-mysql-to-postgres skill
majdghithan/agent-skills · skills/laravel-mysql-to-postgres/SKILL.md · Migrate a Laravel application's database from MySQL/MariaDB to PostgreSQL safely. Use when moving a Laravel app to…
git:20260729.b363e32 · audit A · 7 stars
livewire skill
majdghithan/agent-skills · skills/livewire/SKILL.md · Version-aware best practices for Laravel Livewire (Caleb Porzio's full-stack framework), covering v1 through v4. Use…
git:20260729.c006d55 · audit A · 7 stars
skill-authoring skill
majdghithan/agent-skills · skills/skill-authoring/SKILL.md · Author, structure, verify, and publish a high-quality agent skill (SKILL.md). Use whenever the user wants to "write a…
git:20260729.68e840f · audit A · 7 stars

Every file in majdghithan/agent-skills

Browse by kind, by grade A, or by owner.