# Laravel Blog

The official Laravel blog.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## A better way to build MCP servers with Laravel

DevFeed: [A better way to build MCP servers with Laravel](<https://devfeed.tech/articles/a-better-way-to-build-mcp-servers-with-laravel-20840.md>)

Original publisher: [Read original article](<https://laravel.com/blog/a-better-way-to-build-mcp-servers-with-laravel>)

Author: Pushpak Chhajed

Published: 2026-09-11T12:01:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [MCP](<https://devfeed.tech/topics/mcp.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [JSON Schema](<https://devfeed.tech/topics/json-schema.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [json-schema](<https://devfeed.tech/tags/json-schema.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>)

### AI overview

The article explains how Laravel MCP 1.0 uses searchable tool catalogs to avoid loading every MCP tool definition into an agent's context on every request. It describes the context costs of large tool surfaces and the evolution of the author's implementation.

### Source excerpt

Every MCP tool loads on every request. Laravel MCP 1.0 fixes that with searchable tool catalogs: the same payload for 10 or 100 tools.

## Why I think we should write our own PR descriptions

DevFeed: [Why I think we should write our own PR descriptions](<https://devfeed.tech/articles/why-i-think-we-should-write-our-own-pr-descriptions-3990.md>)

Original publisher: [Read original article](<https://laravel.com/blog/why-i-think-we-should-write-our-own-pr-descriptions>)

Author: Ryan Chandler

Published: 2026-09-10T12:15:00Z

Content type: opinion

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [claude](<https://devfeed.tech/tags/claude.md>), [codex](<https://devfeed.tech/tags/codex.md>), [developers](<https://devfeed.tech/tags/developers.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [review](<https://devfeed.tech/tags/review.md>), [writing](<https://devfeed.tech/tags/writing.md>)

### AI overview

The article argues that developers should write their own pull request descriptions even when AI agents implement most of a change. Writing serves as a checkpoint for understanding the change and gives reviewers human context beyond an agent-generated diff summary.

### Source excerpt

Agents can write your PR descriptions, but they shouldn't. Here's why writing them yourself makes you a better engineer and a better teammate.

## Laravel August product updates

DevFeed: [Laravel August product updates](<https://devfeed.tech/articles/laravel-august-product-updates-3754.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-august-product-updates>)

Author: Laravel Team

Published: 2026-09-03T20:30:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Database](<https://devfeed.tech/topics/database.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [changelog](<https://devfeed.tech/topics/changelog.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [database](<https://devfeed.tech/tags/database.md>), [filesystems](<https://devfeed.tech/tags/filesystems.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [product](<https://devfeed.tech/tags/product.md>), [search](<https://devfeed.tech/tags/search.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [updates](<https://devfeed.tech/tags/updates.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

Laravel's August update announces framework, Cloud, and Forge changes, including read-through filesystems, semantic search, vector support, managed queue options, scoped API tokens, and Ubuntu 26.04 rollout.

### Source excerpt

Here's everything that shipped in August.

## Semantic memory or just Markdown?

DevFeed: [Semantic memory or just Markdown?](<https://devfeed.tech/articles/semantic-memory-or-just-markdown-3907.md>)

Original publisher: [Read original article](<https://laravel.com/blog/semantic-memory-or-just-markdown>)

Author: Pushpak Chhajed

Published: 2026-09-03T13:03:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [memory](<https://devfeed.tech/tags/memory.md>), [search](<https://devfeed.tech/tags/search.md>)

### AI overview

The article argues that AI coding agents need project conventions without loading every rule into every prompt. It describes replacing semantic search with Markdown files and a generated two-column index for Laravel Boost project rules.

### Source excerpt

Why Laravel Boost project rules use a generated Markdown index after we deleted semantic search.

## Extracting AI rules from an existing codebase

DevFeed: [Extracting AI rules from an existing codebase](<https://devfeed.tech/articles/extracting-ai-rules-from-an-existing-codebase-3637.md>)

Original publisher: [Read original article](<https://laravel.com/blog/extracting-ai-rules-from-an-existing-codebase>)

Author: Pushpak Chhajed

Published: 2026-08-31T17:15:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skill](<https://devfeed.tech/tags/agent-skill.md>), [ai](<https://devfeed.tech/tags/ai.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>), [php](<https://devfeed.tech/tags/php.md>)

### AI overview

Laravel Boost uses an agent skill to examine an existing codebase, collect evidence of project conventions, and propose scoped rules for developer approval. The article contrasts this with an earlier deterministic Artisan-command approach that was harder to scale and could elevate framework defaults into unhelpful rules.

### Source excerpt

How Laravel Boost uses an agent skill to find existing project conventions and record the useful ones as scoped rules.

## Laravel Private Cloud is now HIPAA compliant

DevFeed: [Laravel Private Cloud is now HIPAA compliant](<https://devfeed.tech/articles/laravel-private-cloud-is-now-hipaa-compliant-3713.md>)

Original publisher: [Read original article](<https://laravel.com/blog/hipaa-compliant-hosting-laravel>)

Author: Laravel Team

Published: 2026-08-25T22:21:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [audits](<https://devfeed.tech/tags/audits.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Laravel Private Cloud now offers HIPAA-compliant hosting for Laravel applications handling PHI on its Private Cloud plan. The article outlines dedicated AWS infrastructure and security safeguards including encryption, access controls, backups, and auditing.

### Source excerpt

Laravel Private Cloud is now HIPAA compliant. See what the certification covers, what a BAA gets you, and how to secure PHI in your Laravel app.

## Object storage migrations with Laravel's read-through filesystem

DevFeed: [Object storage migrations with Laravel's read-through filesystem](<https://devfeed.tech/articles/object-storage-migrations-with-laravel-s-read-through-filesystem-3885.md>)

Original publisher: [Read original article](<https://laravel.com/blog/object-storage-migrations-with-laravels-read-through-filesystem>)

Author: Aaron Francis

Published: 2026-08-18T15:26:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [migration](<https://devfeed.tech/tags/migration.md>), [operations](<https://devfeed.tech/tags/operations.md>), [promotion](<https://devfeed.tech/tags/promotion.md>), [s3](<https://devfeed.tech/tags/s3.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Laravel 13 introduces a read-through filesystem driver for migrating object storage without interrupting application reads. New writes go to the destination disk, while missing legacy files are read from a fallback disk and can be promoted to the primary disk.

### Source excerpt

Migrate from S3 to R2 without downtime using Laravel 13's read-through filesystem driver. New writes land on the destination, legacy reads promote on access.

## We built laracon.us/photos. We're not developers.

DevFeed: [We built laracon.us/photos. We're not developers.](<https://devfeed.tech/articles/we-built-laracon-us-photos-we-re-not-developers-3986.md>)

Original publisher: [Read original article](<https://laravel.com/blog/we-built-laraconusphotos-were-not-developers>)

Author: Sam

Published: 2026-08-17T13:50:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [building](<https://devfeed.tech/tags/building.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [laravel](<https://devfeed.tech/tags/laravel.md>)

### AI overview

Two Laravel field marketers describe building a public photo-sharing app with Claude, Laravel, and Laravel Cloud. They emphasize defining scope, planning with Claude, debugging, making decisions, and verifying production fixes.

### Source excerpt

We had hundreds of Laracon photos and no good way to share them. So two field marketers built laracon.us/photos with Claude, Laravel, and Laravel Cloud.

## Managed Queues: Autoscaling Queue Workers on Laravel Cloud

DevFeed: [Managed Queues: Autoscaling Queue Workers on Laravel Cloud](<https://devfeed.tech/articles/managed-queues-autoscaling-queue-workers-on-laravel-cloud-3876.md>)

Original publisher: [Read original article](<https://laravel.com/blog/managed-queues-autoscaling-queue-workers-on-laravel-cloud>)

Author: Laravel Team

Published: 2026-08-06T15:15:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost](<https://devfeed.tech/tags/cost.md>), [feature](<https://devfeed.tech/tags/feature.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [operations](<https://devfeed.tech/tags/operations.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

Laravel Cloud's managed queues run isolated queue workers that autoscale according to queue pressure, scale to zero when idle, and restart quickly when jobs arrive. The feature also improves visibility into failed jobs and charges for compute and queue operations used.

### Source excerpt

Laravel Cloud's managed queues autoscale workers on queue pressure, surface failed jobs in a built-in dashboard, and scale to zero when idle.

## Everything we announced at Laracon US 2026

DevFeed: [Everything we announced at Laracon US 2026](<https://devfeed.tech/articles/everything-we-announced-at-laracon-us-2026-3634.md>)

Original publisher: [Read original article](<https://laravel.com/blog/everything-we-announced-at-laracon-us-2026>)

Author: Ana Tavares

Published: 2026-07-29T13:40:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [developer tooling](<https://devfeed.tech/topics/developer-tooling.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Chrome extension](<https://devfeed.tech/topics/chrome-extension.md>), [Neovim](<https://devfeed.tech/topics/neovim.md>), [Sublime Text](<https://devfeed.tech/topics/sublime-text.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [backend](<https://devfeed.tech/tags/backend.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [chrome-extension](<https://devfeed.tech/tags/chrome-extension.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [network](<https://devfeed.tech/tags/network.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [php](<https://devfeed.tech/tags/php.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

A roundup of Laracon US 2026 announcements covering Laravel framework updates, Laravel Cloud features, Laravel LSP support for multiple editors, Inertia DevTools, and human-in-the-loop controls for AI agents.

### Source excerpt

Every Laravel framework and Cloud announcement from Laracon US 2026, including Laravel LSP, Inertia DevTools, managed queues, and scale-to-zero.

## Deploy Next.js and Nuxt apps on Laravel Cloud

DevFeed: [Deploy Next.js and Nuxt apps on Laravel Cloud](<https://devfeed.tech/articles/deploy-next-js-and-nuxt-apps-on-laravel-cloud-3616.md>)

Original publisher: [Read original article](<https://laravel.com/blog/deploy-nextjs-and-nuxt-apps-on-laravel-cloud>)

Author: Laravel Team

Published: 2026-07-28T21:10:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [apps](<https://devfeed.tech/tags/apps.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [framework](<https://devfeed.tech/tags/framework.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [next-js](<https://devfeed.tech/tags/next-js.md>)

### AI overview

Laravel Cloud now supports deploying Next.js and Nuxt frontends alongside Laravel backends from the same repository, with a shared deployment workflow and billing. Separate Cloud applications can use different root directories while retaining access to shared packages, and each application has independent configuration, resources, domains, and scaling.

### Source excerpt

Deploy your Next.js or Nuxt frontend alongside your Laravel app on Laravel Cloud: one platform, one deploy workflow, one bill.

## AI coding agents pass tests. Can they write idiomatic Laravel?

DevFeed: [AI coding agents pass tests. Can they write idiomatic Laravel?](<https://devfeed.tech/articles/ai-coding-agents-pass-tests-can-they-write-idiomatic-laravel-3719.md>)

Original publisher: [Read original article](<https://laravel.com/blog/idiomatic-laravel-ai-coding-agents>)

Author: Pushpak Chhajed

Published: 2026-07-24T15:28:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [claude](<https://devfeed.tech/tags/claude.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [laravel-boost](<https://devfeed.tech/tags/laravel-boost.md>)

### AI overview

AI coding agents now pass Laravel Boost evaluations at or near 100%, prompting a shift from measuring test-passing to assessing idiomatic Laravel code and code efficiency.

### Source excerpt

AI coding agents can now pass every Laravel Boost eval. Next up: measuring idiomatic Laravel and correct code per token.

## Laravel Cloud security defaults behind every deploy

DevFeed: [Laravel Cloud security defaults behind every deploy](<https://devfeed.tech/articles/laravel-cloud-security-defaults-behind-every-deploy-3762.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-cloud-security-defaults-behind-every-deploy>)

Author: Laravel Team

Published: 2026-07-08T10:56:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Security & compliance, Cloud security](<https://devfeed.tech/topics/security-compliance-cloud-security.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-security](<https://devfeed.tech/tags/cloud-security.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [ddos](<https://devfeed.tech/tags/ddos.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [security](<https://devfeed.tech/tags/security.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

This article explains how Laravel Cloud provides security defaults around every deployment. It describes Laravel's built-in protections, including CSRF validation, escaped output, safe Eloquent bindings, password hashing, mass-assignment protection, and signed URLs, then covers Cloudflare edge filtering, AWS-hosted compute, DDoS mitigation, runtime patching, audit logs, network isolation, and package vulnerability scanning.

### Source excerpt

Laravel Cloud handles WAF, runtime patching, audit logs, network isolation, and package vulnerability scans by default. See what runs in the background.

## Laravel June product updates

DevFeed: [Laravel June product updates](<https://devfeed.tech/articles/laravel-june-product-updates-3775.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-june-product-updates>)

Author: Laravel Team

Published: 2026-07-02T01:15:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [stripe](<https://devfeed.tech/topics/stripe.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [php](<https://devfeed.tech/tags/php.md>), [slack](<https://devfeed.tech/tags/slack.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [support](<https://devfeed.tech/tags/support.md>), [symfony](<https://devfeed.tech/tags/symfony.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Laravel's June product updates add managed Symfony application hosting on Laravel Cloud, managed Valkey caches and object storage in Forge, efficient bulk job dispatching, Postgres transaction pooler support, and MCP client and server tooling for AI agents.

### Source excerpt

You can now run Symfony apps on Laravel Cloud, managed Valkey caches and object storage are available in Forge, Bus::bulk() for efficient batch dispatch, and MCP client and server tooling across Laravel's AI stack. Here's everything that shipped in June.

## Your Symfony app now runs on Laravel Cloud

DevFeed: [Your Symfony app now runs on Laravel Cloud](<https://devfeed.tech/articles/your-symfony-app-now-runs-on-laravel-cloud-4001.md>)

Original publisher: [Read original article](<https://laravel.com/blog/your-symfony-app-now-runs-on-laravel-cloud>)

Author: Laravel Team

Published: 2026-06-29T13:00:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [SSL](<https://devfeed.tech/topics/ssl.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [http](<https://devfeed.tech/tags/http.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [redis](<https://devfeed.tech/tags/redis.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

### AI overview

Laravel Cloud now supports deploying Symfony applications without rewrites or adopting Laravel conventions. It manages provisioning, web-server configuration, SSL, operating-system patches, scaling, zero-downtime deployments, preview environments, monitoring, and Redis-compatible credentials, with usage-based infrastructure controls and spending limits.

### Source excerpt

Run your Symfony app on Laravel Cloud. Deploy faster, cut infrastructure costs, and spend your time building features instead of managing hosting.

## Laravel Live Japan 2026 recap

DevFeed: [Laravel Live Japan 2026 recap](<https://devfeed.tech/articles/laravel-live-japan-2026-recap-3778.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-live-japan-2026-recap>)

Author: Ryuta Hamasaki

Published: 2026-06-17T11:44:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [conference](<https://devfeed.tech/tags/conference.md>), [conferences](<https://devfeed.tech/tags/conferences.md>), [developers](<https://devfeed.tech/tags/developers.md>), [event](<https://devfeed.tech/tags/event.md>), [japan](<https://devfeed.tech/tags/japan.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>)

### AI overview

A recap of the first Laravel Live Japan conference, held in Tokyo over two days with more than 550 attendees from over 40 countries. The article describes the event's effort to connect Japanese and international Laravel and PHP communities, including the challenge of making the conference accessible across language barriers.

### Source excerpt

A recap of the first Laravel Live Japan: two days in Tokyo, 550+ attendees from 40 countries, live AI translation, and a community that proved PHP has no borders.

## How We Built Laravel Cloud's Scale to Zero

DevFeed: [How We Built Laravel Cloud's Scale to Zero](<https://devfeed.tech/articles/how-we-built-laravel-cloud-s-scale-to-zero-3717.md>)

Original publisher: [Read original article](<https://laravel.com/blog/how-we-built-laravel-clouds-scale-to-zero>)

Author: Laravel Team

Published: 2026-06-15T10:41:24Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [cache](<https://devfeed.tech/tags/cache.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [database](<https://devfeed.tech/tags/database.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [http](<https://devfeed.tech/tags/http.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [processes](<https://devfeed.tech/tags/processes.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

Laravel Cloud explains how checkpoint/restore enables scale to zero with wake times under 500 milliseconds. The approach preserves an app's in-memory state and image on a compute node, allowing the container runtime to restore the application, databases, and cache without scheduling, image pulls, or full process initialization.

### Source excerpt

Learn how the Laravel Cloud team built sub-500 ms scale to zero using checkpoint/restore, and how spending limits enforce a hard monthly ceiling for your apps.

## Provision Laravel Cloud From the Stripe CLI

DevFeed: [Provision Laravel Cloud From the Stripe CLI](<https://devfeed.tech/articles/provision-laravel-cloud-from-the-stripe-cli-3895.md>)

Original publisher: [Read original article](<https://laravel.com/blog/provision-laravel-cloud-from-the-stripe-cli>)

Author: Emilee Spencer

Published: 2026-06-10T09:20:10Z

Content type: news

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [applications](<https://devfeed.tech/tags/applications.md>), [cache](<https://devfeed.tech/tags/cache.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [security](<https://devfeed.tech/tags/security.md>), [stripe](<https://devfeed.tech/tags/stripe.md>)

### AI overview

Laravel Cloud is available through Stripe Projects in the Stripe CLI, enabling programmatic provisioning of applications, databases, caches, and credentials. The article also describes how agents can provision Laravel applications with credentials written automatically to the environment.

### Source excerpt

Laravel Cloud is now available in Stripe Projects. Provision your application, database, cache, and credentials directly from the Stripe CLI.

## Laravel AI Agents Now Support MCP Servers

DevFeed: [Laravel AI Agents Now Support MCP Servers](<https://devfeed.tech/articles/laravel-ai-agents-now-support-mcp-servers-3746.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-ai-agents-now-support-mcp-servers>)

Author: Pushpak Chhajed

Published: 2026-06-09T17:40:24Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [MSP MCP](<https://devfeed.tech/topics/msp-mcp.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [auth](<https://devfeed.tech/tags/auth.md>), [http](<https://devfeed.tech/tags/http.md>), [integration](<https://devfeed.tech/tags/integration.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

Laravel AI Agents can now connect to MCP servers through an MCP client and a thin Laravel AI SDK integration.

### Source excerpt

Connect any Laravel AI agent to an MCP server using the Laravel AI SDK and MCP. Supports bearer and OAuth auth, STDIO and HTTP transports, and built-in caching.

## 5 Tips to Save Money on Laravel Cloud

DevFeed: [5 Tips to Save Money on Laravel Cloud](<https://devfeed.tech/articles/5-tips-to-save-money-on-laravel-cloud-3571.md>)

Original publisher: [Read original article](<https://laravel.com/blog/5-tips-to-save-money-on-laravel-cloud>)

Author: Laravel Team

Published: 2026-06-05T15:30:22Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Livewire](<https://devfeed.tech/topics/livewire.md>), [Low-Code / Internal Tools](<https://devfeed.tech/topics/internal-tools.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [apps](<https://devfeed.tech/tags/apps.md>), [billing](<https://devfeed.tech/tags/billing.md>), [business](<https://devfeed.tech/tags/business.md>), [cache](<https://devfeed.tech/tags/cache.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost](<https://devfeed.tech/tags/cost.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [developer](<https://devfeed.tech/tags/developer.md>), [growth](<https://devfeed.tech/tags/growth.md>), [internal-tools](<https://devfeed.tech/tags/internal-tools.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [operations](<https://devfeed.tech/tags/operations.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [reduce](<https://devfeed.tech/tags/reduce.md>), [resource](<https://devfeed.tech/tags/resource.md>), [resources](<https://devfeed.tech/tags/resources.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

Five ways to reduce Laravel Cloud costs: enable scale to zero for Flex compute, set an organization spending limit, monitor the usage page, use managed queues, and share databases and caches across apps.

### Source excerpt

Five ways to reduce your Laravel Cloud bill: enable scale to zero, set a spending cap, use the usage page, switch to managed queues, and share resources.

## Laravel May Product Updates

DevFeed: [Laravel May Product Updates](<https://devfeed.tech/articles/laravel-may-product-updates-3781.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-may-product-updates>)

Author: Laravel Team

Published: 2026-06-04T18:33:37Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [databases](<https://devfeed.tech/tags/databases.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [framework](<https://devfeed.tech/tags/framework.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [php](<https://devfeed.tech/tags/php.md>), [product](<https://devfeed.tech/tags/product.md>), [scale](<https://devfeed.tech/tags/scale.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Laravel's May updates add scale-to-zero compute, managed queues, MySQL 8.4 management, font optimization, interruptible jobs, and delegated AI-agent tools.

### Source excerpt

Full-stack scale-to-zero compute and managed queues on Laravel Cloud, @fonts and MySQL 8.4 in Forge. Here's everything that shipped in May.

## Your Laravel Cloud Stack Now Scales to Zero and Wakes 20x Faster

DevFeed: [Your Laravel Cloud Stack Now Scales to Zero and Wakes 20x Faster](<https://devfeed.tech/articles/your-laravel-cloud-stack-now-scales-to-zero-and-wakes-20x-faster-3999.md>)

Original publisher: [Read original article](<https://laravel.com/blog/your-laravel-cloud-stack-now-scales-to-zero>)

Author: Laravel Team

Published: 2026-06-01T14:00:21Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [production](<https://devfeed.tech/tags/production.md>), [saas](<https://devfeed.tech/tags/saas.md>), [scale](<https://devfeed.tech/tags/scale.md>), [side-projects](<https://devfeed.tech/tags/side-projects.md>)

### AI overview

Laravel Cloud's updated Flex compute lets the full stack--compute, databases, and cache--scale to zero and wake together in under 500 milliseconds. The release also introduces a $5/month Starter plan with $5 in usage credits and hard monthly spending limits.

### Source excerpt

Laravel Cloud's full stack now scales to zero and wakes in under 500 ms. A new $5 Starter plan and spending limits keep your bill in check.

## Introducing Moat: A Security Review for Your GitHub Account

DevFeed: [Introducing Moat: A Security Review for Your GitHub Account](<https://devfeed.tech/articles/introducing-moat-a-security-review-for-your-github-account-3882.md>)

Original publisher: [Read original article](<https://laravel.com/blog/moat-a-security-review-for-your-github-account>)

Author: Nuno Maduro

Published: 2026-05-25T11:30:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [Security](<https://devfeed.tech/topics/security.md>), [Secret Scanning](<https://devfeed.tech/topics/secret-scanning.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [MFA](<https://devfeed.tech/topics/mfa.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [supply-chain-security](<https://devfeed.tech/topics/supply-chain-security.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [ci](<https://devfeed.tech/tags/ci.md>), [github](<https://devfeed.tech/tags/github.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [review](<https://devfeed.tech/tags/review.md>), [secret-scanning](<https://devfeed.tech/tags/secret-scanning.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [security](<https://devfeed.tech/tags/security.md>), [supply-chain](<https://devfeed.tech/tags/supply-chain.md>), [supply-chain-security](<https://devfeed.tech/tags/supply-chain-security.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article introduces Moat, a read-only package that reviews the security posture of GitHub users, organizations, and repositories. It checks settings such as two-factor authentication, branch protection, signed commits, secret scanning, Dependabot alerts, workflow permissions, pinned actions, webhooks, and collaborator access, then reports configuration gaps and suggestions. The article emphasizes that Moat does not change settings, certify security, remediate compromises, or scan dependencies.

### Source excerpt

Moat scans your GitHub user, org, or repo with one command, and surfaces misconfigured security settings, including 2FA, pinned actions, branch protection, and more.

## Migrating a Hybrid Architecture to Laravel Cloud: Top Q&A Questions Answered

DevFeed: [Migrating a Hybrid Architecture to Laravel Cloud: Top Q&A Questions Answered](<https://devfeed.tech/articles/migrating-a-hybrid-architecture-to-laravel-cloud-top-q-a-questions-answered-3879.md>)

Original publisher: [Read original article](<https://laravel.com/blog/migrating-a-hybrid-architecture-to-laravel-cloud-top-qa-questions-answered>)

Author: Ana Tavares

Published: 2026-05-21T14:13:10Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [API](<https://devfeed.tech/topics/api.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [data](<https://devfeed.tech/topics/data.md>), [Database](<https://devfeed.tech/topics/database.md>), [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [database](<https://devfeed.tech/tags/database.md>), [developer](<https://devfeed.tech/tags/developer.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [migration](<https://devfeed.tech/tags/migration.md>), [networking](<https://devfeed.tech/tags/networking.md>), [routing](<https://devfeed.tech/tags/routing.md>), [s3](<https://devfeed.tech/tags/s3.md>)

### AI overview

Trybe migrated a high-volume hybrid booking platform from Laravel Vapor to Laravel Cloud without dropping requests. The article covers its isolated multi-application architecture, routing through Cloudflare Workers, operational scale, and migration-related technical questions.

### Source excerpt

Trybe shared how they migrated from Laravel Vapor to Laravel Cloud in a live webinar. Here are the top developer questions from the Q&A, answered.

[Next page](<https://devfeed.tech/sources/laravel-blog.md?cursor=WyIyMDI2LTA1LTIxVDE0OjEzOjEwKzAwOjAwIiwgImZhNDY1YjkyLTkxMzktNDRjYS04OTlhLWEyNGRhMjE2MDBkNSJd>)