<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/laravel/best-of/2026/03" -->

---
title: Best Laravel posts — March 2026 | daily.dev
description: The most upvoted Laravel posts from March 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/laravel/best-of/2026/03
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/laravel/best-of/2026/03
og:type: website
og:site_name: daily.dev
og:title: Best Laravel posts — March 2026 | daily.dev
og:description: The most upvoted Laravel posts from March 2026, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Laravel — March 2026

1. 1  
[](https://daily.dev/posts/laravel-february-product-updates-vdppnpzs7 "Laravel February Product Updates")  
Article  
![Avatar of laravel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1f77002e78e1486ab699e1b8e03d7fd2)Laravel·27w  
Laravel February Product Updates  
Laravel's February 2026 updates span the entire ecosystem. The Framework 12.x gained AI SDK provider default model configuration via config/ai.php, a new Svelte starter kit with Inertia, and VS Code test runner integration. Laravel Cloud launched a fully programmable API for managing deployments, databases, and scaling (useful for CI/CD and AI agents), a new CLI, and issued a MySQL 8.0 end-of-life notice urging upgrades to 8.4 LTS before April 2026\. Laravel Forge added npm private package support with automatic .npmrc management, MySQL 9.x support for new servers, and an OpenClaw server type. Laravel Nightwatch introduced an MCP server for querying observability data from your editor, Linear integration for issue tracking, sort-by-occurrences for exceptions, and per-user filtering across requests, jobs, and logs.  
40
2. 2  
[](https://daily.dev/posts/inertia-js-v3-is-now-in-beta-jufdwlnjl "Inertia.js v3 Is Now in Beta")  
Article  
![Avatar of laravel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1f77002e78e1486ab699e1b8e03d7fd2)Laravel·25w  
Inertia.js v3 Is Now in Beta  
Inertia.js v3 is now in beta with several major changes. Axios has been removed in favor of a built-in XHR client, reducing bundle size. A new @inertiajs/vite plugin eliminates boilerplate by automatically handling page resolution, lazy-loading, and SSR setup. SSR now works during development without a separate Node.js process. New features include optimistic updates via a chainable optimistic() method, instant page visits, a useHttp hook for standalone HTTP requests, and a useLayoutProps hook for passing data between layouts and pages. Exception handling is improved with handleExceptionsUsing(). Breaking changes include requirements for PHP 8.2+, Laravel 11+, React 19+, and Svelte 5+, plus ESM-only package distribution.  
25

[See all Laravel archives](/sources/laravel/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/laravel/best-of/2026/03#page","url":"https://daily.dev/sources/laravel/best-of/2026/03","name":"Best Laravel Posts — March 2026","description":"The most upvoted Laravel posts from March 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/laravel/best-of/2026/03#items","numberOfItems":2,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/laravel-february-product-updates-vdppnpzs7","name":"Laravel February Product Updates"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/inertia-js-v3-is-now-in-beta-jufdwlnjl","name":"Inertia.js v3 Is Now in Beta"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Laravel","item":"https://daily.dev/sources/laravel"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/laravel/best-of"},{"@type":"ListItem","position":5,"name":"March 2026"}]}]}
```

