What We Know About Laravel 13
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.
