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.
Using withoutWrapping to flatten API responses https://laravel-news.com/withoutwrapping
Laravel News
Using withoutWrapping to flatten API responses - Laravel News
Learn how to customize Laravel API response structure by disabling resource wrapping. Create cleaner, flatter JSON responses while maintaining control over your API's data presentation.
π₯1
Automated API documentation of Laravel API resources https://laravel-news.com/automated-api-documentation-of-laravel-api-resources
Laravel News
Automated API documentation of Laravel API resources - Laravel News
Scramble now supports all API resourceβs payload-building methods, making automatically generated documentation even more accurate.
π₯8π1
Customizing Data Transformations with Laravel Casts https://laravel-news.com/custom-casts
Laravel News
Customizing Data Transformations with Laravel Casts - Laravel News
Explore Laravel's custom casts for specialized data transformations. Learn to create reusable attribute transformations that handle complex data types while maintaining clean, maintainable code.
π7
Set Data on a Fluent Instance in Laravel 11.36 https://laravel-news.com/laravel-11-36-0
Laravel News
Set Data on a Fluent Instance in Laravel 11.36 - Laravel News
This week, the Laravel team released v11.36, which includes a chainable Fluent::set() method, a default global alias for the new Uri class, and more.
π3
Preserving Collection Keys in Laravel API Resources https://laravel-news.com/preserving-collection-keys-in-laravel-api-resources
Laravel News
Preserving Collection Keys in Laravel API Resources - Laravel News
Learn how to maintain original collection keys in Laravel API resources using preserveKeys. Create more meaningful API responses when working with key-value data structures.
Working With URIs in Laravel https://laravel-news.com/working-with-uris-in-laravel
Laravel News
Working With URIs in Laravel - Laravel News
Laravel 11.35 introduced the Uri class, which makes working with URIs in your Laravel application a breeze. Let's walk through using the Uri class and conveniently getting a Uri instance from Laravel requests and routes.
π₯6π1
Discover File Downloads in Laravel with Storage::download https://laravel-news.com/storagedownload
Laravel News
Discover File Downloads in Laravel with Storage::download - Laravel News
Explore Laravel's Storage::download method for handling file downloads. Learn to implement secure file serving with custom headers and temporary URLs in your applications.
π8