<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/ln/best-of/2025/10" -->

---
title: Best Laravel News posts — October 2025 | daily.dev
description: The most upvoted Laravel News posts from October 2025, curated by the daily.dev community.
canonical: https://daily.dev/sources/ln/best-of/2025/10
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/ln/best-of/2025/10
og:type: website
og:site_name: daily.dev
og:title: Best Laravel News posts — October 2025 | daily.dev
og:description: The most upvoted Laravel News posts from October 2025, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Laravel News — October 2025

1. 1  
[](https://daily.dev/posts/php-8-5-introduces-a-new-uri-extension-nkrks8bt5 "PHP 8.5 Introduces a New URI Extension")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 47w  
PHP 8.5 Introduces a New URI Extension  
PHP 8.5 adds a built-in URI extension that provides standards-compliant parsing for both RFC 3986 and WHATWG URL standards. The extension includes Uri and Url classes with methods for parsing, normalizing, and manipulating URLs, with proper error handling through exceptions or referenced error arrays. Laravel applications can already use similar functionality through Laravel's URI class (available since 11.35), which wraps the league/uri package implementing RFC 3986.  
54
2. 2  
[](https://daily.dev/posts/craft-cms-is-moving-to-laravel-ae4xhb64u "Craft CMS is moving to Laravel")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 49w  
Craft CMS is moving to Laravel  
Craft CMS announced at their Dot All conference that version 6 will be built on Laravel instead of Yii 2\. The transition includes a Yii 2 adapter package to minimize breaking changes for existing plugins and modules. Craft 6 will introduce content releases, scheduled drafts, content importing, approval workflows, edit page commenting, element activity logs, and a redesigned UI with dark mode. Beta release is planned for Q3 2026, with general availability in Q4 2026.  
48
3. 3  
[](https://daily.dev/posts/http-client-batch-method-in-laravel-12-32-s5s1v5pnx "Http Client Batch Method in Laravel 12.32")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 48w  
Http Client Batch Method in Laravel 12.32  
Laravel 12.32.0 introduces HTTP batch requests with lifecycle callbacks for concurrent request handling, an afterRollback database callback for transaction rollback handling, batch job failure callbacks for granular error management, and response-based rate limiting to control throttling based on HTTP responses rather than just requests. Additional improvements include SQS FIFO queue support and various bug fixes.  
35

[See all Laravel News archives](/sources/ln/best-of)

```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","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/ln/best-of/2025/10#page","url":"https://daily.dev/sources/ln/best-of/2025/10","name":"Best Laravel News Posts — October 2025","description":"The most upvoted Laravel News posts from October 2025, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/ln/best-of/2025/10#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/php-8-5-introduces-a-new-uri-extension-nkrks8bt5","name":"PHP 8.5 Introduces a New URI Extension"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/craft-cms-is-moving-to-laravel-ae4xhb64u","name":"Craft CMS is moving to Laravel"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/http-client-batch-method-in-laravel-12-32-s5s1v5pnx","name":"Http Client Batch Method in Laravel 12.32"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Laravel News","item":"https://daily.dev/sources/ln"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/ln/best-of"},{"@type":"ListItem","position":5,"name":"October 2025"}]}]}
```

