The HTTP Fixtures package for Laravel generates fake JSON responses for external API calls in tests. It simplifies creating mock…
Laravel
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Â
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…
Learn how Laravel simplifies context validation with the new missing() and missingHidden() methods that provide cleaner boolean checks for key…
Laravel Toaster Magic is a powerful, lightweight, and flexible toast notification library designed for modern web applications. The post Laravel…
A simple package that validates EU VAT numbers against the central ec.europa.eu database Source: Read MoreÂ
Discover how Laravel’s Fluent class transforms action implementations by providing built-in data transformation methods and cleaner validation capabilities compared to…
JetBrains released the stable version of PhpStorm 2025.1 this week with new AI features, PHPStan annotation code completion, debugging improvements,…
Explore how Laravel’s Carbon library simplifies date navigation with intuitive methods for finding specific days and times, making complex scheduling…
The Simple RabbitMQ package for Laravel makes it simple to use RabbitMQ with support for multiple connections, easy publishing, and…
Discover how Laravel’s enhanced toInteger() method simplifies working with non-decimal numbers by accepting a base parameter, allowing seamless conversion of…
Simple, customizable cookie consent message for Laravel The post Laravel Cookie Consent appeared first on Laravel News. Join the Laravel…
The Laravel team released v12.9.0, which includes a “memoized” cache driver, convenient relationship autoloading for a model instance, a DB…