Enhancing Data Processing with Laravel's transform() Method https://laravel-news.com/transform
Laravel News
Enhancing Data Processing with Laravel's transform() Method - Laravel News
Explore Laravel's transform() helper for elegant data transformations and null-value handling. Learn how this versatile function simplifies conditional data modifications while maintaining clean, maintainable code in your applications.
π4π3π₯2
Flexible Docker Images with PHP INI Environment Variables https://laravel-news.com/flexible-docker-images-with-php-ini-environment-variables
Laravel News
Flexible Docker Images with PHP INI Environment Variables - Laravel News
In this post, I'll show you how to use environment variables to make your Docker images super flexible. Learn how to use PHP's fallback values for INI environment variables make your INI configuration nice and clean.
π9
Streamlining Route Parameters in Laravel Using URL Defaults https://laravel-news.com/url-defaults
Laravel News
Streamlining Route Parameters in Laravel Using URL Defaults - Laravel News
Simplify route parameters in Laravel using URL defaults - a feature that lets you set global fallback values for your routes, ideal for multilingual sites and complex routing needs.
π11π3
File Manager Package for Livewire https://laravel-news.com/file-manager-package-for-livewire
Laravel News
File Manager Package for Livewire - Laravel News
The Livewire File Manager package brings a simple, friendly, and practical file manager designed specifically for Laravel applications. Learn how you can use this drop-in package to a Livewire project.
π₯6β€3π1π1
Multiple Column Plucking in Laravel Collections https://laravel-news.com/multiple-column-plucking-in-laravel-collections
Laravel News
Multiple Column Plucking in Laravel Collections - Laravel News
Discover how to extract multiple columns from Laravel collections using map with only. Learn to efficiently retrieve specific data fields from your models while maintaining clean, optimized code.
π11π2
Whisper.php - Automatic speech recognition and transcription https://laravel-news.com/whisper-php
Laravel News
Whisper.php - Automatic speech recognition and transcription - Laravel News
Speech recognition can be complex, but it doesn't have to be. Whisper.php simplifies the process.
β€14π₯12π2
Paginate Multiple Eloquent Models with the Union Paginator Package https://laravel-news.com/laravel-union-paginator
Laravel News
Paginate Multiple Eloquent Models with the Union Paginator Package - Laravel News
The Laravel Union Paginator package by Austin White combines data from multiple Eloquent models into a single unified query using SQL unions.
π8π₯2
Securing Laravel Sessions with ID Regeneration https://laravel-news.com/session-regeneration
Laravel News
Securing Laravel Sessions with ID Regeneration - Laravel News
Explore Laravel's session ID regeneration features for enhanced security. Learn to protect against session fixation attacks by implementing automatic and manual session regeneration in security-critical operations.
π5
URI Parsing and Mutation in Laravel 11.35 https://laravel-news.com/laravel-11-35-0
Laravel News
URI Parsing and Mutation in Laravel 11.35 - Laravel News
This week, the Laravel team released v11.35, which includes a brand new URI class for URI parsing and mutation, the ability to disable HTTP client exception response truncation, the transformation of an HTTP response to a Fluent instance, and more.
π₯4
Managing Concurrent Requests with Laravel Session Blocking https://laravel-news.com/managing-concurrent-requests-with-laravel-session-blocking
Laravel News
Managing Concurrent Requests with Laravel Session Blocking - Laravel News
Learn how Laravel's session blocking prevents concurrent access issues. Discover how to implement this feature to maintain data integrity and prevent race conditions in critical operations like payment processing.
π10β€2π€1π©1
Using Fluent to Work With HTTP Client Responses in Laravel 11 https://laravel-news.com/using-fluent-to-work-with-http-client-responses-in-laravel-11
Laravel News
Using Fluent to Work With HTTP Client Responses in Laravel - Laravel News
Starting in Laravel 11.35, we have a convenient method for transforming an HTTP client response into a fluent instance. Let's look at how to use the Fluent API to efficiently work with HTTP response data.
π8
Dynamic Page Updates with Laravel Blade Fragments https://laravel-news.com/dynamic-page-updates-with-laravel-blade-fragments
Laravel News
Dynamic Page Updates with Laravel Blade Fragments - Laravel News
Discover Laravel Blade Fragments for dynamic page updates. Learn to return specific template sections for AJAX requests, enabling smooth frontend interactions with frameworks like htmx and Turbo.
β€6π4β‘1
Converting Collections to Queries in Laravel Using toQuery() https://laravel-news.com/converting-collections-to-queries-in-laravel-using-toquery
Laravel News
Converting Collections to Queries in Laravel Using toQuery() - Laravel News
Transform Laravel collections into query builders with toQuery(), enabling efficient bulk updates and database operations through a unified, flexible API.
π11π€4
Announcing Inertia 2.0: Redefining Frontend Development for Laravel https://laravel-news.com/inertia-2-0
Laravel News
Announcing Inertia 2.0: Redefining Frontend Development for Laravel - Laravel News
Inertia 2.0 brings powerful new features to Laravel frontend development including async requests, deferred props, prefetching, and polling. Learn how these improvements help you build faster, more responsive applications without the complexity of maintainingβ¦
π₯37
Laravel whenLoaded - Performance Optimization via Conditional Relationship Click Me Load More https://laravel-news.com/whenloaded
Laravel News
Laravel whenLoaded - Performance Optimization via Conditional Relationship Click Me Load More - Laravel News
Discover Laravel's whenLoaded() method for optimizing API responses through conditional relationship loading. Learn to reduce database queries and improve performance by selectively including related data.
π₯8
Wirechat - Laravel Livewire chat package https://laravel-news.com/wirechat
Laravel News
Wirechat - Laravel Livewire chat package - Laravel News
Wirechat is a powerful Laravel Livewire chat package that brings real-time private & group communication to your application.
π₯16π4π2
Laravel VS Code Extension Public Beta https://laravel-news.com/laravel-vs-code-extension-public-beta
Laravel News
Laravel VS Code Extension Public Beta - Laravel News
The long awaited public beta of the new Laravel VS Code Extension is finally here.
π₯32β€7π₯±3π2π€1
Customize the Truncation of HTTP Client Request Exceptions https://laravel-news.com/customize-exception-truncation
Laravel News
Customize the Truncation of HTTP Client Request Exceptions - Laravel News
Have you ever received a bug report or looked in Sentry only to find a truncated HTTP client exception you couldn't read? Learn how to customize HTTP exception messages in Laravel 11.