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
Blocking invalid requests to your Laravel application https://laravel-news.com/blocking-invalid-requests-to-your-laravel-application
Laravel News
Blocking invalid requests to your Laravel application - Laravel News
Stop wasting server resources on junk traffic. Learn how to block invalid requests to your Laravel app using Cloudflare rules, route whitelisting, and smart security practices.
๐8โก1
PHP Pie with James Titcumb https://laravel-news.com/php-pie-with-james-titcumb
Laravel News
PHP Pie with James Titcumb - Laravel News
Eric L. Barnes sits down with James Titcumb to discuss PHP Pie, a new project from the PHP Foundation aimed at modernizing how developers build and run PHP applications.
โค2
Interactively Search and Delete Cache Keys in Laravel with Cache UI https://laravel-news.com/cache-ui-for-laravel
Laravel News
Interactively Search and Delete Cache Keys in Laravel with Cache UI - Laravel News
The Cache UI package for Laravel provides an interactive CLI command to list, search, and delete individual cache keys without requiring the entire cache to be purged. It supports multiple cache drivers, including Redis, File, and Database.
โค1