---
title: "Run Laravel Pint Faster in Parallel Mode"
url: https://daily.dev/posts/run-laravel-pint-faster-in-parallel-mode-zp6f0wabf
source_url: https://laravel-news.com/run-laravel-pint-faster-in-parallel-mode
type: article
source: "Laravel News"
published: 2025-07-09T12:49:19.830Z
updated: 2025-12-08T02:21:33.628Z
tags: ["laravel", "performance", "php"]
reading_time: 1
upvotes: 10
comments: 0
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.

# Run Laravel Pint Faster in Parallel Mode

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

## Summary

Laravel Pint now supports a --parallel flag that makes code formatting up to 40x faster by leveraging PHP CS Fixer's parallel capabilities. The feature is experimental and available in version 1.23.0 or later. This release also introduces configuration file extension, allowing projects to inherit settings from base configuration files while customizing specific rules.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/run-laravel-pint-faster-in-parallel-mode>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/run-laravel-pint-faster-in-parallel-mode-zp6f0wabf)
