We’ve had a lot of exciting news come from the Filament project over the past few years, but none has…
PHP
Latest PECL Releases: gRPC 1.72.0 – gRPC Core 1.72.0 update protobuf 3.25.7 * See github.com/protocolbuffers/protobuf/releases/tag/v25.7 for release notes. phalcon 5.9.3…
Laravel’s globalOptions method centralizes HTTP client configuration, enabling consistent request behavior across your application. This feature reduces duplication by establishing…
The laravel-job-status package provides a simple way to track the status and progress of your queued jobs. The package allows…
Laravel’s assertOnlyJsonValidationErrors method revolutionizes validation testing by verifying both the presence of expected errors and the absence of unexpected ones…
The new Laracon US website just launched! Come to the absolute best conference, July 29-30, in Denver, Colorado. The post…
ClickHouse migrations for Laravel Source: Read MoreÂ
Laravel’s Arr::sole() method retrieves a single matching item from arrays while validating uniqueness. This powerful utility throws exceptions for missing…
The HTTP Fixtures package for Laravel generates fake JSON responses for external API calls in tests. It simplifies creating mock…
Laravel’s AsHtmlString cast provides automatic conversion of Eloquent attributes to HtmlString instances. This feature simplifies HTML content handling, reduces boilerplate…
Idempotency for Laravel is a production-ready package for implementing idempotency in API requests. Clients can safely retry API calls using…
Generate PDFs in Laravel with this mPDF wrapper. Source: Read MoreÂ
Discover how Laravel’s mapInto method simplifies converting array values into PHP enum instances, providing type-safe transformations that make handling user…
The Laravel team released v12.10.0, which includes mapping Eloquent attributes using the collection cast into a specific object, checking nested…
Build native iOS & Android apps using just Laravel. NativePHP for Mobile v1 release announcement— the same Laravel you’ve always…
OpenTelemetry integration for laravel Source: Read MoreÂ
Latest PECL Releases: brotli 0.16.0 – change: brotli.state resource in brotli_uncompress_{init,add}() to BtorliUnCompressContext class change: brotli.state resource in brotli_compress_{init,add}() to…
The Syntech Firebase Cloud Messaging (FCM) package for Laravel makes it easy to use Laravel’s notification system to send Firebase…
Master Laravel’s assertReported method from the Exceptions facade to effectively test that your application correctly captures and reports exceptions during…
Latest PECL Releases: xdebug 3.4.2 Sun, Mar 09, 2025 – Xdebug 3.4.2 = Fixed bugs: Fixed issue #2313: var_dump does…