Laravel Collection Pluck Method Gains Closure Transformation Power https://laravel-news.com/pluck-closure
Laravel News
Laravel Collection Pluck Method Gains Closure Transformation Power - Laravel News
Laravel's pluck method now supports closures for key and value parameters, enabling elegant data transformations during extraction without resorting to complex mapWithKeys operations for simple formatting needs.
❤8
Debugging and Logging in Laravel Applications https://laravel-news.com/debugging-and-logging-in-laravel-applications
Laravel News
Debugging and Logging in Laravel Applications - Laravel News
The team at Sentry recently published a helpful guide on how to use Laravel’s built-in debugging tools as well as setting up Sentry to debug Laravel applications in production effectively.
Testing Your Reporting System with Laravel Factories and Assertions https://laravel-news.com/testing-your-reporting-system-with-laravel-factories-and-assertions
Laravel News
Testing Your Reporting System with Laravel Factories and Assertions - Laravel News
You've built a powerful reporting system with custom collections, query scopes, and service layers, but how do you know it actually works? Without proper tests, every change is a risk, every refactor is scary, and bugs slip into production. In my latest video…
❤2
Powerful Debugging for PHP & Laravel with LaraDumps https://laravel-news.com/laradumps
Laravel News
Powerful Debugging for PHP & Laravel with LaraDumps - Laravel News
A modern, feature-rich debugging tool that makes PHP development a breeze. Available for Windows, Linux, and macOS.
🔥4❤1
Introduction to MongoDB & Laravel-MongoDB Setup https://laravel-news.com/introduction-to-mongodb-laravel-mongodb-setup
Laravel News
Introduction to MongoDB & Laravel-MongoDB Setup - Laravel News
Learn how to integrate MongoDB with Laravel by building a full developer blog. This step-by-step tutorial covers MongoDB fundamentals, setup, polymorphic models, CRUD operations, search, and content categorization.
❤3
Laravel Starter Kit by Nuno Maduro https://laravel-news.com/nuno-maduro-laravel-starter-kit
Laravel News
Laravel Starter Kit by Nuno Maduro - Laravel News
Nuno Maduro's Laravel Starter Kit is a strict Laravel skeleton for those who demand meticulous precision in their projects. This starter kit includes tools to enforce strictness in type coverage, formatting, max static analysis, and more.
❤8👎4
Livewire Session Properties for Persistent Component State https://laravel-news.com/livewire-session-properties
Laravel News
Livewire Session Properties for Persistent Component State - Laravel News
Livewire session properties automatically persist component state across page refreshes using simple attribute annotations, eliminating manual session management while maintaining user experiences in Laravel applications.
❤5
A Laravel Package to Integrate with Google Gemini https://laravel-news.com/hosseinhezami-laravel-gemini
Laravel News
A Laravel Package to Integrate with Google Gemini - Laravel News
The Gemini package for Laravel, developed by Hossein Hezami, is a package designed to integrate with the Google Gemini API.
👍10🔥4
Livewire wire:click.prevent for Form Handling https://laravel-news.com/wire-click-prevent
Laravel News
Livewire wire:click.prevent for Form Handling - Laravel News
The wire:click.prevent directive prevents default browser behavior while executing Livewire component methods, enabling interactive form handling and user interface updates without page reloads or custom JavaScript.
❤4
Build Terminal UIs in PHP With ANSI Kit https://laravel-news.com/build-terminal-uis-in-php-with-ansi-kit
Laravel News
Build Terminal UIs in PHP With ANSI Kit - Laravel News
AnsiKit is a zero-dependency ANSI escape helper for building terminal UIs in PHP. It features a chainable API for styles, color, and cursor control, along with useful components and utilities.
❤5👍1
The Hidden Cost of MySQL Defaults in Laravel Apps https://laravel-news.com/the-hidden-cost-of-mysql-defaults-in-laravel-apps
Laravel News
The Hidden Cost of MySQL Defaults in Laravel Apps - Laravel News
Learn why MySQL’s out-of-the-box settings hold back Laravel apps and what you can do to tune them.
❤3💯1
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