---
title: "What We Know About Laravel 13"
url: https://daily.dev/posts/what-we-know-about-laravel-13-noeen07cu
source_url: https://laravel-news.com/laravel-13
type: article
source: "Laravel News"
published: 2026-02-20T14:24:12.874Z
updated: 2026-02-20T15:05:42.585Z
tags: ["php", "laravel"]
reading_time: 3
upvotes: 95
comments: 1
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.

# What We Know About Laravel 13

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 95 upvotes · 1 comments

## Summary

Laravel 13 is scheduled for Q1 2026 and will require PHP 8.3 as the minimum version. The headline feature is first-class PHP 8 Attributes support as an alternative to class properties for configuring Eloquent models (e.g., #[Table], #[Fillable], #[Hidden]), queue jobs (#[Connection], #[Tries], #[Timeout]), console commands (#[Signature]), form requests, API resources, and more. A new Cache::touch() method allows extending a cached item's TTL without fetching or re-storing the value, using driver-native commands like Redis EXPIRE. Support timeline runs bug fixes through Q3 2027 and security fixes through Q1 2028.

## Full article

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

## Community discussion

Top comments from developers on daily.dev.

**@koloz\_iv** · 3 upvotes

> the speed at which our favorite language ships new update means they prioritize the community

---

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

[View this post on daily.dev](https://daily.dev/posts/what-we-know-about-laravel-13-noeen07cu)
