
from fusengine
Guided upgrade path and checklist to move Laravel 12 apps to Laravel 13 (PHP 8.3, dependency bumps, breaking changes, Attributes migration).
Centralized upgrade path from Laravel 12.46 to Laravel 13.0. Covers required PHP 8.3 upgrade, composer dependency bumps (Laravel, PHPUnit 12, Pest 4), breaking changes (VerifyCsrfToken → PreventRequestForgery, cache prefix behavior, serializable_classes, pheanstalk 8.0+), and optional Attributes migration for Eloquent and Queue classes. Includes a phase-based checklist, critical rules, quick composer commands, references and best-practice recommendations for staging and CI validation.
See provided references for composer commands, breaking changes, and migration templates.
This skill has not been reviewed by our automated audit pipeline yet.
SOLID Generic — TypeScript / Bun / Node.js
Opinionated SOLID-guidelines for TypeScript/Bun/Node projects: small files, separated interfaces, mandatory JSDoc, reuse-first workflow and templates to keep co
Astro i18n
Implements and configures Astro's built-in internationalization: locale routing, URL helpers, sitemap hreflang, and content organization for multilingual sites.