Centrifugo broadcaster for laravel Source: Read MoreÂ
PHP
Join the free virtual event along with community experts to celebrate 30 years of PHP! The post Celebrate 30 years…
Laravel’s Number::spell method now offers ‘until’ and ‘after’ threshold parameters, allowing precise control over when numbers appear as words versus…
The Laravel team released v12.11.0, which includes typed Arr getter methods, job payload additions, FakeJob now implements the Job contract,…
We’ve had a lot of exciting news come from the Filament project over the past few years, but none has…
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Â