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
Optimizing Queries with Memoization - Laravel In Practice EP9 https://laravel-news.com/optimizing-queries-with-memoization-laravel-in-practice-ep9
Laravel News
Optimizing Queries with Memoization - Laravel In Practice EP9 - Laravel News
Three identical cache calls is 24ms wasted. Cache::memo() stores results in memory during requests, turning repeated 8ms hits into instant lookups. Eliminate duplicate cache access with just a few lines.
โค4
Prevent Duplicate Files with the Dedupler Package for Laravel https://laravel-news.com/prevent-duplicate-files-dedupler-package-for-laravel
Laravel News
Prevent Duplicate Files with the Dedupler Package for Laravel - Laravel News
Dedupler is a Laravel package that automatically prevents duplicate files using SHA-1 hashing and provides a polymorphic API for managing your attachments.
Concurrency Control in Laravel 12.36, Inertia View Transitions https://laravel-news.com/laravel-12-36-0
Laravel News
Concurrency Control in Laravel 12.36, Inertia View Transitions - Laravel News
The Laravel team released version 12.36.0 this week, adding concurrency control for HTTP pool and batch methods, introducing two Eloquent collection methods, and more.
๐ฅ3๐1
MongoDB Transactions in Laravel https://laravel-news.com/mongodb-transactions-in-laravel
Laravel News
MongoDB Transactions in Laravel - Laravel News
Learn how to use MongoDBโs multi-document ACID transactions in Laravel to build fast, flexible, and reliable applications. This guide covers setup, real-world examples, best practices, and when to use transactions versus embedded documents.
๐3๐ฅ2โคโ๐ฅ1
Define LLM JSON Schemas in Laravel With Forerunner https://laravel-news.com/define-llm-json-schemas-in-laravel-with-forerunner
Laravel News
Define LLM JSON Schemas in Laravel With Forerunner - Laravel News
Forerunner for Laravel is a package that provides a migration-inspired API for defining JSON schemas that ensure your LLM responses are perfectly structured every time.
๐1