Filament v4.1 is here! https://laravel-news.com/filament-v41-is-here
Laravel News
Filament v4.1 is here! - Laravel News
We're very excited to announce the release of Filament v4.1! Since the v4.0 release, the core team and community have been hard at work, merging 156 bug fixes and 39 brand new features! Come check out a few of our favorite stand-out features from this newโฆ
โค12๐ฅ7โคโ๐ฅ1๐1
Profiling Laravel: How to Find Hidden Performance Killers https://laravel-news.com/profiling-laravel-how-to-find-hidden-performance-killers
Laravel News
Profiling Laravel: How to Find Hidden Performance Killers - Laravel News
Your dashboard loads in 150ms with more than 400 database queries - but you'd never know without proper profiling. Learn how to use Laravel Telescope to uncover N+1 queries, identify bottlenecks, and see exactly what your application is doing behind the scenes.โฆ
โค5๐1
Infinite Scroll in Inertia v2.2 https://laravel-news.com/infinite-scroll-in-inertia-v22
Laravel News
Infinite Scroll in Inertia v2.2 - Laravel News
The Laravel team released Inertia v2.2 with a new <InfiniteScroll/> component. This component will likely be a huge timesaver if you've ever built an infinite scroll feature by hand.
โค11๐ฅ3๐1
Controlling Factory Relationship Expansion in Laravel https://laravel-news.com/dont-expand-relationships-by-default
Laravel News
Controlling Factory Relationship Expansion in Laravel - Laravel News
Laravel's dontExpandRelationshipsByDefault method prevents factories from automatically creating parent relationships, reducing database overhead and enabling focused tests that generate only the specific model instances needed for assertions.
โค3
Modern Laravel Starter Kits by Ship Fast Labs https://laravel-news.com/modern-laravel-starter-kits-by-ship-fast-labs
Laravel News
Modern Laravel Starter Kits by Ship Fast Labs - Laravel News
Ship Fast Labs provides modern Laravel Starter Kits from the base Starter Kits and enhances them into super strict starter kits with strong opinions and essential default packages.
โค6
The New Laravel Forge Is Here: With Laravel VPS, Zero-Downtime Deployments, and a Fresh UI https://laravel-news.com/new-forge
Laravel News
The New Laravel Forge Is Here: With Laravel VPS, Zero-Downtime Deployments, and a Fresh UI - Laravel News
Discover the new Laravel Forge with Laravel VPS, instant server provisioning, zero-downtime deployments, a redesigned UI, better SSL/domain management, and built-in monitoring. Everything you need to take Laravel apps from idea to production faster.
โค4๐ฅ3๐2๐คจ2
Setup Command Added to Laravel's Composer File https://laravel-news.com/setup-command-added-to-laravels-composer-file
Laravel News
Setup Command Added to Laravel's Composer File - Laravel News
aylor Otwell shipped a setup command to Laravel's Composer file, consolidating typical setup steps into one command to set up a Laravel project. Learn how this setup command works and how to add it to existing projects.
โค5
Laravel whereValueBetween for Column Range Queries https://laravel-news.com/wherevaluebetween
Laravel News
Laravel whereValueBetween for Column Range Queries - Laravel News
Laravel's whereValueBetween method checks if a value falls between two database columns through the query builder, replacing raw SQL and chained conditions with a single expressive method call for column range queries.
โค5๐1
Find Feature Tests Creating Database Records without Refreshing the Database in Laravel https://laravel-news.com/find-feature-tests-creating-database-records-without-refreshing-the-database-in-laravel
Laravel News
Find Feature Tests Creating Database Records without Refreshing the Database in Laravel - Laravel News
Learn how to find files in your Laravel feature tests that create database records, but don't refresh the database. These tests can create records that remain in the database and cause intermittent, unexpected database test failures.
๐ฅฑ1
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