Polyscope - The agent-first dev environment for Laravel

Inertia v3 Upgrade Prompt and JSON Log Support in Laravel Boost v2.3.0

Published on by

Inertia v3 Upgrade Prompt and JSON Log Support in Laravel Boost v2.3.0 image

Laravel Boost v2.3.0 adds a guided Inertia v3 upgrade prompt, support for JSON-formatted log entries, and a fix for stdout corruption on PHP 8.4. This release also removes six Artisan wrapper MCP tools that are now better handled by direct CLI commands.

)

  • Inertia v2 to v3 upgrade prompt with adapter-specific guidance
  • JSON-formatted log entry support in log reading tools
  • Fix for non-JSON stdout output corrupting MCP responses
  • Six Artisan wrapper MCP tools removed (breaking change)
  • Redundant MCP, Pennant, and Flux UI guidelines removed

What's New

Inertia v3 Upgrade Prompt

A new MCP prompt provides step-by-step guidance for upgrading from Inertia v2 to v3, following the same pattern as the existing Livewire v4 upgrade prompt. The prompt auto-detects which frontend adapter (React, Vue, or Svelte) is installed and renders only the relevant framework-specific content — install commands, setup examples, and migration patterns.

PR: #636

JSON-Formatted Log Support

The log reading tools now auto-detect JSON-formatted log entries and split them by newlines instead of PSR-3 timestamps. This adds support for Monolog's JsonFormatter, LogstashFormatter, and LogglyFormatter output formats. Error detection handles both numeric level (>= 400) and string level_name fields. No behavior changes for standard PSR-3 formatted logs.

PR: #650

Stdout Corruption Fix

PHP warnings or deprecation notices written to stdout could corrupt MCP tool responses by prepending non-JSON text to the JSON output. This was common on PHP 8.4 when packages use implicitly nullable parameters. The fix redirects PHP errors to stderr during tool execution and adds a safety net that strips leading non-JSON content from stdout before parsing.

PR: #641

Artisan Wrapper Tools Removed

Six MCP tools that were thin wrappers around Artisan commands have been removed: list-artisan-commands, list-routes, tinker, get-config, list-available-env-vars, and list-available-config-keys. Modern AI agents can invoke these commands directly via the shell. Guidelines have been updated to point agents to the direct CLI equivalents (php artisan list, route:list, tinker --execute, config:show, etc.).

PR: #629

Other Changes

  • Fix table snippet in SKILL.blade.php (#640)
  • Remove redundant MCP guidelines (#644)
  • Remove redundant Pennant guidelines (#645)
  • Remove redundant Flux UI guidelines (#647)
  • Consistent imports (#646)

Upgrade Notes

This release includes a breaking change: six Artisan wrapper MCP tools (list-artisan-commands, list-routes, tinker, get-config, list-available-env-vars, list-available-config-keys) have been removed. If your workflow relies on these tools, update your agent configuration to use the equivalent Artisan commands directly.

References

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Cube

Laravel Newsletter

Join 40k+ other developers and never miss out on new tips, tutorials, and more.

image
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud
Acquaint Softtech logo

Acquaint Softtech

Acquaint Softtech offers AI-ready Laravel developers who onboard in 48 hours at $3000/Month with no lengthy sales process and a 100 percent money-back guarantee.

Acquaint Softtech
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Multi-tenant Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit
Shift logo

Shift

Running an old Laravel version? Instant, automated Laravel upgrades and code modernization to keep your applications fresh.

Shift
SerpApi logo

SerpApi

Access real-time search engine results through a simple API—no more scraping headaches! Use it for AI applications, SEO tools, product research, travel information, and more

SerpApi
Lucky Media logo

Lucky Media

Get Lucky Now - the ideal choice for Laravel Development, with over a decade of experience!

Lucky Media
PhpStorm logo

PhpStorm

The go-to PHP IDE with extensive out-of-the-box support for Laravel and its ecosystem.

PhpStorm
Kirschbaum logo

Kirschbaum

Providing innovation and stability to ensure your web application succeeds.

Kirschbaum
Harpoon: Next generation time tracking and invoicing logo

Harpoon: Next generation time tracking and invoicing

The next generation time-tracking and billing software that helps your agency plan and forecast a profitable future.

Harpoon: Next generation time tracking and invoicing
Get expert guidance in a few days with a Laravel code review logo

Get expert guidance in a few days with a Laravel code review

Expert code review! Get clear, practical feedback from two Laravel devs with 10+ years of experience helping teams build better apps.

Get expert guidance in a few days with a Laravel code review
Laravel Cloud logo

Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Cloud
Tinkerwell logo

Tinkerwell

The must-have code runner for Laravel developers. Tinker with AI, autocompletion and instant feedback on local and production environments.

Tinkerwell

The latest

View all →
Laravel Installer Now Returns JSON When Running Inside an AI Agent image

Laravel Installer Now Returns JSON When Running Inside an AI Agent

Read article
Queue-Wide Inspection Methods in Laravel 13.8.0 image

Queue-Wide Inspection Methods in Laravel 13.8.0

Read article
Verifiable Audit Logging with Laravel Chronicle image

Verifiable Audit Logging with Laravel Chronicle

Read article
Ship AI with Laravel: Search Entire PDFs with Zero Search Logic image

Ship AI with Laravel: Search Entire PDFs with Zero Search Logic

Read article
Personalized Content Delivery System: Building an AI-powered recommendation engine with Laravel and MongoDB image

Personalized Content Delivery System: Building an AI-powered recommendation engine with Laravel and MongoDB

Read article
Laravel Brain: Visualize Your Application's Request Lifecycle image

Laravel Brain: Visualize Your Application's Request Lifecycle

Read article