Big March for Laravel
◆ Laravel 13 ships with a first-party AI SDK
◆ Laravel Cloud now has a free trial, no credit card needed
◆ Forge gets managed PostgreSQL on Laravel VPS
See everything that launched in the full changelog roundup → laravel.com/blog/laravel...
Posts by Laravel
We just removed our seat limit on Laravel Cloud. All accounts now have access to unlimited seats. Bring your team (agents or humans) and start shipping.
Managing your own database server is often the hardest part of self-hosting. Forge now handles it for you.
Learn more & get started → lrvl.co/managed-data...
Laravel 13 is here. This update focuses on AI-native workflows, stronger defaults, and more expressive developer APIs.
If you're running Laravel 12 or higher you can run /upgrade in Laravel Boost and have your agent upgrade your app for you.
You can now ship on Laravel Cloud for free, no credit card required. All new accounts receive $5 in credit. It's never been easier to get your app live.
Sign up → connect repo → deploy in 60 seconds or less: cloud.laravel.com/sign-up
Merge it.
Taylor demos the full SDLC of 2026: Nightwatch catching an error, AI fixing it and opening a PR, Cloud creating a preview environment, OpenClaw calling to ask if he wants to merge the PR.
No code touched. Fully self-healing app.
Laravel maintains three AI packages, each with a different job:
◆ AI SDK: Adds AI features that your users interact with
◆ Boost: Helps AI agents write better Laravel code for you
◆ MCP: Exposes your app to external AI clients like ChatGPT and Claude
lrvl.co/Laravel-AI-t...
Google Play → lrvl.co/google
App Store → lrvl.co/apple
The Laravel Community app is here.
◆ Discover Laravel events in your area
◆ Get notified when new events are added
◆ Connect with others in the community
See you out there. 👀
@gosuperscript.bsky.social just migrated 5 apps from Heroku to Laravel Cloud. Their apps run insurance infrastructure processing 50,000 requests and 250,000 jobs daily.
They cut costs and improved observability across their entire setup.
laravel.com/blog/from-he...
We're live! 12 hours of streaming starting now to celebrate one year of Laravel Cloud.
Full day's schedule available here: lrvl.co/oneyearparty
www.youtube.com/watch?v=Z7j_...
Laravel Cloud now supports your Git provider of choice across all Cloud organizations.
No more disconnecting and reconnecting between orgs.
cloud.laravel.com/docs/source-...
Laravel Cloud 🤝 Agents
Markdown consumes 80% fewer tokens than HTML. Make your site agent friendly with a single toggle in Cloud.
Laravel Nightwatch MCP is live. 🦹
Fix and resolve issues just by chatting with Claude Code, OpenCode, or your agent of choice.
If you're using Laravel Boost, just `composer update` and `boost:install`.
Full docs and install guide here: nightwatch.laravel.com/docs/mcp-ser...
Join @taylorotwell.bsky.social & @joshcirre.com next week for a full walkthrough of the AI SDK and how it works when building an app.
www.youtube.com/watch?v=8MJ7...
We've also shipped an AI SDK skill for Boost so it immediately knows how to build agents.
Run composer update to get it.
◆ Smart fallbacks handle rate limits and outages automatically.
◆ One package handles text, images, audio, transcriptions, embeddings, reranking, vector stores, web search, and file search.
The Laravel AI SDK provides:
◆ Build agents with tools, memory, structured outputs, and streaming—all testable with built-in fakes.
◆ Anthropic, Gemini, OpenAI, ElevenLabs, and more—swap models in a single line of code.
$ composer require laravel/ai
See all our product updates in our monthly roundup, with links to all individual changelogs included.
laravel.com/blog/laravel...
Last month we shipped:
◆ Livewire 4 support in Starter Kits, Boost 2.0, JSON:API resource, & improved Docker support in VS Code.
◆ Laravel Valkey & expanded API access in Cloud.
◆ Hetzner S3 for backups in Forge.
◆ Real time exception detection in Nightwatch.
Laracon US 2026 tickets are live!
📍Boston, MA
🗓️July 28–29, 2026
Join 1,000+ Web Artisans for two days of learning, shipping, and community.
Claim your ticket → laracon.us
Laravel Forge now supports @openclaw-x.bsky.social. The perfect home for your AI buddy. 🦞
◆1 click-deploy
◆Immediate onboarding
◆In-browser terminal for simplified setup
◆Isolation from your local machine
Laravel AI SDK dropping soon. What will you ship?
Upgrading? Here’s the full guide and release notes to get you started:
Upgrade Guide: github.com/laravel/boos...
Release: github.com/laravel/boos...
Docs: laravel.com/docs/12.x/bo...
Package maintainers: you can now ship Skills too.
Drop them into resources/boost/skills/* and they’ll be auto-discovered during boost:install.
With no extra setup your package’s expertise becomes plug-and-play in Boost, without polluting the main conversation context.
Want community skills?
Just run:
php artisan boost:add-skill vercel-labs/agent-skills
Pick the skills you want. Boost will sync them across all your agents automatically.