<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/laravel-13-x---the-clean-stack-for-artisans-and-agents-j3qqgcdai" -->

---
title: Laravel 13.x - The clean stack for Artisans and agents
description: Laravel 13.x ships a batch of framework and ecosystem updates: a Cloud facade for inspecting Laravel Cloud at runtime, a read-through filesystem driver for...
canonical: https://daily.dev/posts/laravel-13-x---the-clean-stack-for-artisans-and-agents-j3qqgcdai
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Laravel 13.x - The clean stack for Artisans and agents | daily.dev
og:description: Laravel 13.x ships a batch of framework and ecosystem updates: a Cloud facade for inspecting Laravel Cloud at runtime, a read-through filesystem driver for...
og:url: https://daily.dev/posts/laravel-13-x---the-clean-stack-for-artisans-and-agents-j3qqgcdai
og:image: https://api.daily.dev/og/posts/J3QQgcdAI.png
og:image:alt: Laravel 13.x - The clean stack for Artisans and agents
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Laravel 13.x - The clean stack for Artisans and agents

**[Laravel](https://daily.dev/sources/laravel)** · 4 min read · 0 upvotes · 0 comments

## Summary

Laravel 13.x ships a batch of framework and ecosystem updates: a Cloud facade for inspecting Laravel Cloud at runtime, a read-through filesystem driver for gradual disk migration, an AsVector Eloquent cast for MariaDB and PostgreSQL vector columns, MariaDB support for Laravel's vector query methods, automatic reconnect/retry for PhpRedis on transient failures, a DebounceFor attribute usable on queued event listeners, queue:pause/resume --all commands with new events, a Turbopuffer engine for Scout, semantic/hybrid search for Scout's database and Meilisearch engines, and a RepairToolCalls attribute letting Laravel AI agents recover from unknown tool calls.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel.com/framework/docs/changelog>

## Questions this post answers

### How do I use vector similarity search with MariaDB in Laravel?

Laravel's vector query methods now support MariaDB's native vector capabilities directly. Methods like whereVectorSimilarTo, whereVectorDistanceLessThan, orderByVectorDistance, and selectVectorDistance compile to MariaDB's vector distance functions, bringing the same query API previously limited to PostgreSQL to supported MariaDB releases, using the AsVector Eloquent cast for the column.

_Developers adding vector search to Laravel apps can track framework changes like this on daily.dev._

### How does Laravel debounce queued event listeners?

Laravel supports a #[DebounceFor] attribute that can be applied to queued event listeners so that when multiple events fire for the same resource within a debounce window, only the most recently dispatched listener runs. A maxWait value can be set to guarantee the listener eventually executes even under a continuous stream of events, useful for tasks like rebuilding a search index after bursts of updates.

_Teams tuning queue-heavy Laravel workflows follow framework updates like this on daily.dev._

### Can I pause all Laravel queues at once instead of one at a time?

Yes, Laravel's queue commands support queue:pause --all and queue:resume --all, letting applications pause or resume processing across every connection and queue simultaneously. These global pauses operate independently from per-queue pauses, and new QueuesPaused and QueuesResumed events allow applications to observe when these operations occur.

_Developers managing Laravel queue infrastructure keep up with releases like this on daily.dev._

## Similar posts on daily.dev

- [Laravel March Product Updates](https://daily.dev/posts/laravel-march-product-updates-vc1txjpcl) · Laravel · 9 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#vector-search](https://daily.dev/tags/vector-search)

[View this post on daily.dev](https://daily.dev/posts/laravel-13-x---the-clean-stack-for-artisans-and-agents-j3qqgcdai)

```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","@type":"TechArticle","headline":"Laravel 13.x - The clean stack for Artisans and agents","url":"https://daily.dev/posts/laravel-13-x---the-clean-stack-for-artisans-and-agents-j3qqgcdai","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/laravel-13-x---the-clean-stack-for-artisans-and-agents-j3qqgcdai"},"datePublished":"2026-08-31T16:25:09.983Z","dateModified":"2026-09-02T13:37:02.697Z","description":"Laravel 13.x ships a batch of framework and ecosystem updates: a Cloud facade for inspecting Laravel Cloud at runtime, a read-through filesystem driver for...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/05093e30d16a0c3c87f27109efa79626?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/05093e30d16a0c3c87f27109efa79626?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Laravel","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Laravel","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1f77002e78e1486ab699e1b8e03d7fd2","url":"https://daily.dev/sources/laravel"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/laravel-13-x---the-clean-stack-for-artisans-and-agents-j3qqgcdai","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,php,laravel,vector-search","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Laravel","item":"https://daily.dev/sources/laravel"},{"@type":"ListItem","position":3,"name":"Laravel 13.x - The clean stack for Artisans and agents"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/laravel-13-x---the-clean-stack-for-artisans-and-agents-j3qqgcdai#faq","mainEntity":[{"@type":"Question","name":"How do I use vector similarity search with MariaDB in Laravel?","acceptedAnswer":{"@type":"Answer","text":"Laravel's vector query methods now support MariaDB's native vector capabilities directly. Methods like whereVectorSimilarTo, whereVectorDistanceLessThan, orderByVectorDistance, and selectVectorDistance compile to MariaDB's vector distance functions, bringing the same query API previously limited to PostgreSQL to supported MariaDB releases, using the AsVector Eloquent cast for the column. Developers adding vector search to Laravel apps can track framework changes like this on daily.dev."}},{"@type":"Question","name":"How does Laravel debounce queued event listeners?","acceptedAnswer":{"@type":"Answer","text":"Laravel supports a #[DebounceFor] attribute that can be applied to queued event listeners so that when multiple events fire for the same resource within a debounce window, only the most recently dispatched listener runs. A maxWait value can be set to guarantee the listener eventually executes even under a continuous stream of events, useful for tasks like rebuilding a search index after bursts of updates. Teams tuning queue-heavy Laravel workflows follow framework updates like this on daily.dev."}},{"@type":"Question","name":"Can I pause all Laravel queues at once instead of one at a time?","acceptedAnswer":{"@type":"Answer","text":"Yes, Laravel's queue commands support queue:pause --all and queue:resume --all, letting applications pause or resume processing across every connection and queue simultaneously. These global pauses operate independently from per-queue pauses, and new QueuesPaused and QueuesResumed events allow applications to observe when these operations occur. Developers managing Laravel queue infrastructure keep up with releases like this on daily.dev."}}]}
```

