RepoJournal
Laravel

@laravel

PHP's most popular framework - Forge, Vapor, and a massive paying audience

Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: PHP Full archive →

The Wire · Showcase

PINT PATCHES BLADE FORMATTING AND ALPINE SYNTAX BUGS

By RepoJournal · Filed · About Laravel

Laravel's code formatter shipped v1.30.2 overnight with four critical fixes targeting template syntax that was breaking Blade imports and Alpine directives.

Pint v1.30.2 lands with a focused round of fixes for template handling [1]. Nuno Maduro addressed a persistent issue where unused imports were being incorrectly retained in Blade files [2], a problem that would clutter your templates and trigger linter warnings on every deploy. The release also fixes formatting of Alpine.js mask directives and escaped @@ symbols [3], which were causing syntax errors in components that mix Alpine interactivity with Blade syntax. Two additional fixes prevent Pint from injecting commas into non-call directives [4] and improve cache handling [5] for faster subsequent runs. This is a quiet but necessary update for teams running strict code style enforcement on template files.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v1.30.2 ↗ laravel/pint
  2. [2] fix: keeps unused imports on blade laravel/pint
  3. [3] fix: formatting alpine mask + escaped @@ laravel/pint
  4. [4] fix: never adds a comma to a directive that is not a call laravel/pint
  5. [5] fix: using cache laravel/pint

Quick answers

What shipped in Laravel on August 1, 2026?
Laravel's code formatter shipped v1.30.2 overnight with four critical fixes targeting template syntax that was breaking Blade imports and Alpine directives. In total, 7 commits and 2 releases landed.
Who contributed to Laravel on August 1, 2026?
2 developers shipped this update, including nuno maduro and github-actions[bot].
What were the notable Laravel updates?
v1.30.2, fix: keeps unused imports on blade, and fix: formatting alpine mask + escaped @@.

More from @laravel

Daily updates, in your inbox

Follow Laravel

Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?