---
title: "Storage Cache Store in Laravel 13.10.0"
url: https://daily.dev/posts/storage-cache-store-in-laravel-13-10-0-r1lc1xf37
source_url: https://laravel-news.com/laravel-13-10-0
type: article
source: "Laravel News"
published: 2026-05-20T13:20:42.797Z
updated: 2026-05-20T13:21:05.058Z
tags: ["php", "laravel"]
reading_time: 6
upvotes: 35
comments: 5
language: 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.

# Storage Cache Store in Laravel 13.10.0

**[Laravel News](https://daily.dev/sources/ln)** · 6 min read · 35 upvotes · 5 comments

## Summary

Laravel 13.10.0 ships a new filesystem-backed storage cache driver that lets you use any configured disk (including S3) as a key/value cache store without Redis or Memcached. The release also adds a --stop-when-empty-for queue worker option to auto-stop idle workers, a WorkerIdle event for detecting unused workers, lifecycle callbacks on Schedule::group(), a Schema::hasForeignKey() helper, JSON output for queue:failed, assertPushedOnce() for cleaner queue test assertions, and enum queue name support in QueueFake. Several bug fixes are included covering validation rules, signed URL path encoding, and SQL aggregate alias quoting.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-13-10-0>

## Community discussion

Top comments from developers on daily.dev.

**@allinonetools** · 3 upvotes

> Really like the new storage cache store — being able to use the filesystem or S3 as cache without adding Redis/Memcached is a clean option for smaller apps and simpler deployments. Also, auto-stopping idle queue workers is one of those small changes that saves headaches later.

**@ohari5336** · 0 upvotes

> good for speed

**@romeltech** · 0 upvotes

> Awesome, a PR from Taylor!

## Similar posts on daily.dev

- [Redis Cluster Support for Queues in Laravel 13.5.0](https://daily.dev/posts/redis-cluster-support-for-queues-in-laravel-13-5-0-a2vjzx26m) · Laravel News · 28 upvotes · 1 comments
- [Bulk Job Dispatching with Bus::bulk\(\) in Laravel 13.13](https://daily.dev/posts/bulk-job-dispatching-with-bus-bulk-in-laravel-13-13-hhbktixeo) · Laravel News · 10 upvotes · 3 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/storage-cache-store-in-laravel-13-10-0-r1lc1xf37)
