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 Loading https://laravel-news.com/whenloaded
Laravel News
Laravel whenLoaded - Performance Optimization via Conditional Relationship Loading - 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
Aaron Francis: Laravel Solo, Courses, Screencasting, and more https://laravel-news.com/aaron-francis
Laravel News
Aaron Francis: Laravel Solo, Courses, Screencasting, and more - Laravel News
We chat with Aaron Francis about his journey in the tech community, focusing on his recent projects, including the Laravel package Solo, his experiences with screencasting, and his various courses.
β€6
Log Alarm Package for Laravel https://laravel-news.com/log-alarm-package-for-laravel
Laravel News
Log Alarm Package for Laravel - Laravel News
The Log Alarm package for Laravel gives you real-time monitoring and error detection for your applications. It helps you stay on top of your logs by providing monitoring, error detection, and notifications to Slack and email.
π₯1
Working with JSON Attributes Using Laravel's Array Casts https://laravel-news.com/json-attributes-array-casts
Laravel News
Working with JSON Attributes Using Laravel's Array Casts - Laravel News
Discover Laravel's AsArrayObject and AsCollection casts for improved JSON attribute handling. Learn to manipulate nested data structures efficiently while leveraging Laravel's powerful collection methods.
β€8
Get a Server's Public IP Address With PHP https://laravel-news.com/get-a-servers-public-ip-address-with-php
Laravel News
Get a Server's Public IP Address With PHP - Laravel News
PublicIP is a PHP library that gets a server's public IP address reliably and quickly. You can use this package programmatically as part of an application or from the command line with the provided bin.
π4π₯2
Adding Request Context in Laravel Applications https://laravel-news.com/context-facade
Laravel News
Adding Request Context in Laravel Applications - Laravel News
Meet Laravel's Context facade for enhanced application debugging. Learn to add persistent metadata to your request lifecycle, creating more informative logs and easier-to-debug applications.
β€6