Memoized Cache Driver in Laravel 12.9 https://laravel-news.com/laravel-12-9-0
Laravel News
Memoized Cache Driver in Laravel 12.9 - Laravel News
The Laravel team released v12.9.0, which includes a "memoized" cache driver, convenient relationship autoloading for a model instance, a DB transaction failure callback, and more.
๐ฅ4๐2๐ค1
Navigating Dates Elegantly with Carbon in Laravel https://laravel-news.com/carbon-next-previous
Laravel News
Navigating Dates Elegantly with Carbon in Laravel - Laravel News
Explore how Laravel's Carbon library simplifies date navigation with intuitive methods for finding specific days and times, making complex scheduling logic more readable and maintainable in your applications.
๐ฅ8โค3๐1
Laravel Simple RabbitMQ Package https://laravel-news.com/laravel-simple-rabbitmq-package
Laravel News
Laravel Simple RabbitMQ Package - Laravel News
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 easy-to-configure package.
โค7๐1
Optimizing Actions with Laravel's Fluent Class https://laravel-news.com/actions-fluent-class
Laravel News
Optimizing Actions with Laravel's Fluent Class - Laravel News
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.
๐3๐ฅ3
PhpStorm 2025.1 is Here https://laravel-news.com/phpstorm-2025-1-is-here
Laravel News
PhpStorm 2025.1 is Here - Laravel News
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, and more.
๐ฅ12โค2๐2๐ฉ1
Streamlining Context Validation in Laravel https://laravel-news.com/context-validation
Laravel News
Streamlining Context Validation in Laravel - Laravel News
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.
โค3
Verifying Exception Reporting in Laravel with assertReported https://laravel-news.com/exception-assertreported
Laravel News
Verifying Exception Reporting in Laravel with assertReported - Laravel News
Master Laravel's assertReported method from the Exceptions facade to effectively test that your application correctly captures and reports exceptions during test execution.
โค1
Firebase Cloud Notifications for Laravel https://laravel-news.com/firebase-cloud-notifications-for-laravel
Laravel News
Firebase Cloud Notifications for Laravel - Laravel News
The Syntech Firebase Cloud Messaging (FCM) package for Laravel makes it easy to use Laravel's notification system to send Firebase notifications.
๐6
Converting Array Values to Enum Instances with Laravel's mapInto Method https://laravel-news.com/enum-instances-mapinto
Laravel News
Converting Array Values to Enum Instances with Laravel's mapInto Method - Laravel News
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.
โค8
Map Eloquent Attributes into an Object Using the Collection Cast in Laravel 12.10 https://laravel-news.com/laravel-12-10-0
Laravel News
Map Eloquent Attributes into an Object Using the Collection Cast in Laravel 12.10 - Laravel News
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() performance improvements, and more
NativePHP for Mobile v1 โ Launching May 2 https://laravel-news.com/nativephp-mobile-v1
Laravel News
NativePHP for Mobile v1 โ Launching May 2 - Laravel News
Build native iOS & Android apps using just Laravel. NativePHP for Mobile v1 release announcementโ the same Laravel you've always used, now supercharged!
๐ฅ31๐คฎ9๐5โก3โค1๐ค1๐1
Laravel's AsHtmlString Cast for Elegant HTML Attribute Management https://laravel-news.com/ashtmlstring-cast
Laravel News
Laravel's AsHtmlString Cast for Elegant HTML Attribute Management - Laravel News
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 rendering in Blade templates without manual escaping management.
๐6
Safely Retry API calls in Laravel https://laravel-news.com/idempotency-laravel-package
Laravel News
Safely Retry API calls in Laravel - Laravel News
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.
๐6โคโ๐ฅ2๐1
Confidently Extract Single Array Items with Laravel's Arr::sole() Method https://laravel-news.com/arr-sole
Laravel News
Confidently Extract Single Array Items with Laravel's Arr::sole() Method - Laravel News
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 and reducing manual validation code in array operations.
โค3๐คทโโ1
Generate HTTP Fixtures from Live API Calls in Laravel https://laravel-news.com/http-fixtures-laravel-package
Laravel News
Generate HTTP Fixtures from Live API Calls in Laravel - Laravel News
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.
๐ฅ2๐1๐ฉ1
Enhance Validation Testing Precision with Laravel's assertOnlyJsonValidationErrors https://laravel-news.com/assertOnlyJsonValidationErrors
Laravel News
Enhance Validation Testing Precision with Laravel's assertOnlyJsonValidationErrors - Laravel News
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 developers catch subtle validation bugs and ensure completeโฆ
โค1
Centralize HTTP Client Configuration with Laravel's globalOptions Method https://laravel-news.com/http-globaloptions
Laravel News
Centralize HTTP Client Configuration with Laravel's globalOptions Method - Laravel News
Laravel's globalOptions method centralizes HTTP client configuration, enabling consistent request behavior across your application. This feature reduces duplication by establishing global defaults for timeouts, headers, and retry logic while preserving flexibilityโฆ
โค4
Track Job Progress and Status in Laravel with the Laravel Job Status Package https://laravel-news.com/laravel-job-status-package
Laravel News
Track Job Progress and Status in Laravel with the Laravel Job Status Package - Laravel News
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 background job in your application.
๐ค4๐ฉ4โค1๐ฟ1