Laravel Simple RabbitMQ Package
The Simple RabbitMQ package for Laravel makes it simple to use RabbitMQ with support for multiple connections, easy publishing, and consumer mode. Learn how to use RabbitMQ and Laravel using this...
View ArticleOptimizing Actions with Laravel's Fluent Class
Discover how Laravel's Fluent class transforms action implementations by providing built-in data transformation methods and cleaner validation capabilities compared to traditional array approaches....
View ArticlePhpStorm 2025.1 is Here
JetBrains released the stable version of PhpStorm 2025.1 this week with new AI features, PHPStan annotation code completion, debugging improvements, code completion for nested variables in .env files,...
View ArticleStreamlining Context Validation in Laravel
Learn how Laravel simplifies context validation with the new missing() and missingHidden() methods that provide cleaner boolean checks for key existence in your Context service. The post Streamlining...
View ArticleLaravel Toaster Magic
Laravel Toaster Magic is a powerful, lightweight, and flexible toast notification library designed for modern web applications. The post Laravel Toaster Magic appeared first on Laravel News. Join the...
View ArticleVerifying Exception Reporting in Laravel with assertReported
Master Laravel's assertReported method from the Exceptions facade to effectively test that your application correctly captures and reports exceptions during test execution. The post Verifying...
View ArticleFirebase Cloud Notifications for Laravel
The Syntech Firebase Cloud Messaging (FCM) package for Laravel makes it easy to use Laravel's notification system to send Firebase notifications. The post Firebase Cloud Notifications for Laravel...
View ArticleConverting Array Values to Enum Instances with Laravel's mapInto Method
Discover how Laravel's mapInto method simplifies converting array values into PHP enum instances, providing type-safe transformations that make handling user input more robust and maintainable. The...
View ArticleMap Eloquent Attributes into an Object Using the Collection Cast in Laravel...
The Laravel team released v12.10.0, which includes mapping Eloquent attributes using the collection cast into a specific object, checking nested relationships with relationLoaded(), Arr::dot()...
View ArticleNativePHP for Mobile v1 — Launching May 2
Build native iOS & Android apps using just Laravel. NativePHP for Mobile v1 release announcement— the same Laravel you've always used, now supercharged! The post NativePHP for Mobile v1 —...
View ArticleLaravel's AsHtmlString Cast for Elegant HTML Attribute Management
Laravel's AsHtmlString cast provides automatic conversion of Eloquent attributes to HtmlString instances. This feature simplifies HTML content handling, reduces boilerplate code, and ensures proper...
View ArticleSafely Retry API calls in Laravel
Idempotency for Laravel is a production-ready package for implementing idempotency in API requests. Clients can safely retry API calls using this package without worrying about duplicate processing....
View ArticleConfidently Extract Single Array Items with Laravel's Arr::sole() Method
Laravel's Arr::sole() method retrieves a single matching item from arrays while validating uniqueness. This powerful utility throws exceptions for missing or multiple matches, ensuring data integrity...
View ArticleGenerate HTTP Fixtures from Live API Calls in Laravel
The HTTP Fixtures package for Laravel generates fake JSON responses for external API calls in tests. It simplifies creating mock responses by integrating with Faker to generate realistic test data....
View ArticleEnhance Validation Testing Precision with Laravel's...
Laravel's assertOnlyJsonValidationErrors method revolutionizes validation testing by verifying both the presence of expected errors and the absence of unexpected ones in a single assertion, helping...
View ArticleLaracon US tickets are on sale
The new Laracon US website just launched! Come to the absolute best conference, July 29-30, in Denver, Colorado. The post Laracon US tickets are on sale appeared first on Laravel News. Join the...
View ArticleCentralize HTTP Client Configuration with Laravel's globalOptions Method
Laravel's globalOptions method centralizes HTTP client configuration, enabling consistent request behavior across your application. This feature reduces duplication by establishing global defaults for...
View ArticleTrack Job Progress and Status in Laravel with the Laravel Job Status Package
The laravel-job-status package provides a simple way to track the status and progress of your queued jobs. The package allows you to query and display the current progress, status, and results of any...
View ArticlePrecise Number Formatting with Laravel's Enhanced Number::spell Method
Laravel's Number::spell method now offers 'until' and 'after' threshold parameters, allowing precise control over when numbers appear as words versus digits. This enhancement helps developers...
View ArticleAll About the Filament v4 Beta Release
We've had a lot of exciting news come from the Filament project over the past few years, but none has been more avidly requested than news on the v4 release. Well, today, in this post, we're going to...
View Article