Time-Based Sharding in Pest v4.6.0
Pest v4.6.0 introduces time-based test sharding, allowing CI jobs to distribute tests by actual execution time for more balanced parallel runs.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
Pest v4.6.0 introduces time-based test sharding, allowing CI jobs to distribute tests by actual execution time for more balanced parallel runs.
Pest v4.5.0 introduces a flaky() method and --flaky CLI option for automatically retrying unstable tests, a toBeCasedCorrectly architecture assertion, and a --only-covered coverage filter.
Passage is a lightweight API gateway package for Laravel that proxies incoming requests to external services.
Laritor is a production observability tool built specifically around how Laravel applications are structured. Not adapted. Built.
Laravel VS Code Extension v1.7.0 adds PestPHP intellisense, a Go to Route command, common Artisan commands in the terminal, and Laravel 13 attribute support.
Add powerful, real-time commenting to your Filament admin panels. Discover how the Commentions package delivers seamless comments, mentions, and events for Filament v3 & v4.
All four Laravel starter kits — React, Vue, Svelte, and Livewire — now ship with built-in toast notifications for user feedback after actions like profile and password updates.
Your support agent talks, classifies tickets, but when a customer asks "where's my order?" it makes something up. In this episode we give the agent tools that connect it to real application data. No more guessing.
Laravel Cloud now supports path blocking, letting you stop bot requests to common paths and file types from waking hibernated applications.
Learn how to implement idempotency in your Laravel MongoDB application to make checkout operations safe to retry, preventing duplicate charges and ensuring reliability even when network failures create uncertainty.