Http Client Batch Method in Laravel 12.32 https://laravel-news.com/laravel-12-32-0
Laravel News
Http Client Batch Method in Laravel 12.32 - Laravel News
The Laravel team released version 12.32.0 this week with a new HTTP batch method, an "after" rate limiting method to control rate limiting by response, batch job failure callback support, and more.
โค2
Who Changed That? Tracking User Modifications in Models with Userstamps https://laravel-news.com/who-changed-that-tracking-user-modifications-in-models-with-userstamps
Laravel News
Who Changed That? Tracking User Modifications in Models with Userstamps - Laravel News
Laravel Userstamps provides an Eloquent trait which automatically maintains created_by and updated_by columns on your model, populated by the currently authenticated user in your application.
๐1
Fixing Queries & Adding Indexes: From 400 Queries to 4 - Laravel In Practice EP6 https://laravel-news.com/fixing-queries-by-adding-indexes
Laravel News
Fixing Queries & Adding Indexes: From 400 Queries to 4 - Laravel In Practice EP6 - Laravel News
Transform your Laravel dashboard from 400+ queries to just 4 with strategic eager loading and database indexes. Learn how loadMissing() eliminates N+1 queries, composite indexes turn full table scans into lightning-fast lookups, and EXPLAIN commands proveโฆ
๐8โค3๐1๐ฉ1
Laravel Uri toStringable Method https://laravel-news.com/uri-tostringable
Laravel News
Laravel Uri toStringable Method - Laravel News
Laravel's toStringable method converts URI objects into Stringable instances, enabling direct string manipulation through method chaining without requiring intermediate Str::of() helper wrapping.
โค2
Querying Data in MongoDB With Laravel: From Basics to Advanced Techniques https://laravel-news.com/querying-data-in-mongodb-with-laravel
Laravel News
Querying Data in MongoDB With Laravel: From Basics to Advanced Techniques - Laravel News
Learn how to integrate MongoDB with Laravel to build scalable applications. This guide covers setup, CRUD operations, advanced queries, aggregation pipelines, indexing, real-world patterns, and testing strategies.
๐2
Improved HTTP Client URL Parameter Merging in Laravel 12.33 https://laravel-news.com/laravel-12-33-0
Laravel News
Improved HTTP Client URL Parameter Merging in Laravel 12.33 - Laravel News
The Laravel team released version 12.33.0 this week, introducing a Stringable doesntContain() method, merging (instead of replacing) HTTP client URL parameters, improved broadcast manager resolution errors, and more.
Manage AI Prompts in Your Laravel App with Markdown and Blade https://laravel-news.com/manage-ai-prompts-in-your-laravel-app-with-markdown-and-blade
Laravel News
Manage AI Prompts in Your Laravel App with Markdown and Blade - Laravel News
The Prompt package for Laravel by @chimit provides a simple way to manage your AI prompts in Markdown files, leveraging the power of Blade.
๐1๐ฉ1
Laravel Strict Validation for Type Checking https://laravel-news.com/strict-validation
Laravel News
Laravel Strict Validation for Type Checking - Laravel News
Laravel's strict validation parameters for numeric, boolean, and integer rules enforce exact type matching rather than allowing PHP's type coercion, preventing string values from passing as proper types during validation.
โค6
Image Manipulation in Laravel With Glide https://laravel-news.com/image-manipulation-in-laravel-with-glide
Laravel News
Image Manipulation in Laravel With Glide - Laravel News
Glide for Laravel is a package that provides on-the-fly image manipulation using League/Glide. It offers Blade components for generating responsive images, URL signing for security, and seamless integration with Laravel's filesystem and caching layers.
โค5
Detect Packages & Approaches in use within a project with Laravel Roster https://laravel-news.com/laravel-roster
Laravel News
Detect Packages & Approaches in use within a project with Laravel Roster - Laravel News
Detect packages & approaches in use within a Laravel project with Roster
Claude Code Agent Now Built Into PhpStorm AI Assistant https://laravel-news.com/claude-code-phpstorm
Laravel News
Claude Agent Now Built Into PhpStorm AI Assistant - Laravel News
The new Claude Agent is now seamlessly integrated into JetBrains IDEs via the AI chat and included in the JetBrains AI subscription. No extra plugins, no extra subscriptionsโjust advanced AI coding assistance right inside your IDE.
๐คฎ5โค3๐2
Elevating SQL Efficiency - Laravel In Practice EP7 https://laravel-news.com/elevating-sql-efficiency-laravel-in-practice-ep7
Laravel News
Elevating SQL Efficiency - Laravel In Practice EP7 - Laravel News
our PHP is doing database work. Loading 10,000 orders into memory to sum them up is like using Excel to count grains of rice. Move those calculations to SQL where they belong - let SUM() and COUNT() do the heavy lifting in milliseconds, not megabytes. Thisโฆ
โค2๐1๐ฅด1
PHP 8.5 Introduces a New URI Extension https://laravel-news.com/php-85-introduces-a-new-uri-extension
Laravel News
PHP 8.5 Introduces a New URI Extension - Laravel News
PHP 8.5 introduces a new standards-compliant URI parser for both RFC 3986 and the WHATWG URL standards. Learn how you can use PHP's built-in URI standards to generate safe, compliant URLs.
๐7๐ฅ4โค3
Failover Queue Driver in Laravel 12.34 https://laravel-news.com/laravel-12-34-0
Laravel News
Failover Queue Driver in Laravel 12.34 - Laravel News
The Laravel team released version 12.34.0 this week, introducing a failover queue driver, full-text database search improvements in Laravel Scout, deferring an HTTP client batch, and more.
๐ฅ6โค1๐1
JetBrains State of PHP 2025 https://laravel-news.com/jetbrains-state-of-php-2025
Laravel News
JetBrains State of PHP 2025 - Laravel News
The State of PHP 2025 examines how developers use, prefer, and rely on PHP, showing how this long-standing web language continues to modernize through new frameworks, improved tooling, and AI-assisted workflows.
๐4๐ฉ3โค1
Rector Rules for Laravel https://laravel-news.com/rector-rules-for-laravel
Laravel News
Rector Rules for Laravel - Laravel News
Rector upgrades rules for Laravel
โค2๐2
Support for Closures in Constant Expressions in PHP 8.5 https://laravel-news.com/support-closures-in-constant-expressions-in-php-8-5
Laravel News
Support for Closures in Constant Expressions in PHP 8.5 - Laravel News
PHP 8.5 introduces support for closures in constant expressions, making it possible to define a default attribute value as a Closure, among other use-cases. Learn how this update also enables closures to be passed to PHP attributes.
๐ค3๐คก2๐ฅ1
Boosting App Speed with Flexible Caching - Laravel In Practice EP8 https://laravel-news.com/boosting-app-speed-with-flexible-caching-laravel-in-practice-ep8
Laravel News
Boosting App Speed with Flexible Caching - Laravel In Practice EP8 - Laravel News
Stop making users wait for cache rebuilds. Laravel 12's flexible caching serves instant responses with stale data while refreshing in the background. Learn the stale-while-revalidate pattern that keeps your dashboard under 10ms even during cache updates.โฆ
โค2