Laravel Pint Now Replaces Fully Qualified Class Names with Imports
Laravel Pint's Laravel preset now includes the fully_qualified_strict_types rule, which automatically converts fully qualified class names to short names with use imports.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
Laravel Pint's Laravel preset now includes the fully_qualified_strict_types rule, which automatically converts fully qualified class names to short names with use imports.
Laravel Boost v2.3.0 adds an Inertia v3 upgrade prompt, JSON-formatted log support, and removes six Artisan wrapper MCP tools in favor of direct CLI usage.
Learn how to identify race conditions in your Laravel MongoDB applications and fix them using atomic operations
The story behind LaraCopilot, an AI-powered tool designed to generate full Laravel MVP applications from a single prompt.
Laravel 12.54.0 adds Model::withoutRelation() for selectively unloading relations, interval() on InteractsWithData, BinaryFileResponse assertion support, and a composite index on the jobs table for queue polling performance.
Laracon AU will return to Brisbane, Australia on November 4-6, 2026, bringing the Laravel community together once again.
The new Laravel Community mobile app helps developers discover local Laravel events, get notifications for meetups, and connect with other community members.
Spatie/crawler is a PHP package for crawling websites concurrently using Guzzle promises, with closure callbacks, typed response objects, scope controls, and built-in testing support.
Tyro Checkpoint is a simple Laravel package that provides Git-like checkpoint functionality for your SQLite database during local development.
Serve markdown versions of your HTML pages to AI agents and bots