Typed Arr Getters Added in Laravel 12.11
The Laravel team released v12.11.0, which includes typed Arr getter methods, job payload additions, FakeJob now implements the Job contract, and more. The post Typed Arr Getters Added in Laravel 12.11...
View ArticleCelebrate 30 years of PHP at PHPverse
Join the free virtual event along with community experts to celebrate 30 years of PHP! The post Celebrate 30 years of PHP at PHPverse appeared first on Laravel News. Join the Laravel Newsletter to get...
View ArticleImplement Conditional Migrations in Laravel with the New shouldRun() Method
Laravel's shouldRun() method enables migrations to execute conditionally based on application state. This feature streamlines feature-flagged development by allowing database changes to activate only...
View ArticleDisposable Email Detection in Laravel
The Disposable Email package for Laravel aims to detect and block email addresses with over 100K+ known domains. The post Disposable Email Detection in Laravel appeared first on Laravel News. Join the...
View ArticleStreamline Mass Insertions with Laravel's fillAndInsert() Method
Laravel's fillAndInsert() method combines the performance of bulk insertions with Eloquent's model-level casting and attribute preparation. This feature eliminates the traditional...
View ArticleArgonaut DTO Package for Laravel
The Argonaut DTO for Laravel is a lightweight Data Transfer Object (DTO) package that supports nested casting, recursive serialization, and validation out of the box. The post Argonaut DTO Package for...
View ArticleA first look at Laravel Nightwatch
Laravel Nightwatch delivers unparalleled insights into your application's performance, with the intelligence only a system obsessively optimized for Laravel can deliver. The post A first look at...
View ArticleSimplify Password Requirement Displays with Laravel's appliedRules() Method
Laravel's appliedRules() method exposes password validation rules directly to views, enabling dynamic password requirement indicators that automatically stay synchronized with backend validation. This...
View ArticlePopulate is a Supercharged Seeder for Laravel
The Laragear Populate package by is a supercharged, continuable seeder for Laravel applications. This package provides useful features on top of Laravel's database seeding system, including continuing...
View ArticleBuild a Smart AI Task Manager with Laravel, Livewire & PrismPHP
Learn how to build an AI-powered task manager using Laravel, Livewire, and PrismPHP. In this video tutorial, I walk through creating a smart to-do app that turns natural language into actionable...
View ArticleURI Path Components Using Laravel's pathSegments() Method
Laravel's pathSegments() method transforms URI path handling by returning path components as a collection. This feature eliminates manual string splitting, enabling fluent access to path segments for...
View ArticleManaging Encrypted Environment Variables In Laravel With Veil
Veil is a Laravel package designed to enhance the management of encrypted environment variables in your Laravel or Laravel Zero applications. The post Managing Encrypted Environment Variables In...
View ArticleAccelerate API Testing with Laravel's ddBody() Method
Laravel's ddBody() method simplifies API testing by enabling developers to quickly examine response content. This debugging utility accepts dot notation for nested JSON paths, making it easy to...
View ArticleUsing Database Comments to Track Columns With Sensitive Data
Learn how to use Laravel's database migrations to create comments on tables and track sensitive data in database applications. The post Using Database Comments to Track Columns With Sensitive Data...
View ArticleSimplify HasManyThrough Relationships with Laravel's CanBeOneOfMany Support
Laravel's CanBeOneOfMany support for HasManyThrough relationships enables developers to retrieve specific records using methods like latestOfMany(), oldestOfMany(), and ofMany(). This feature...
View ArticleName Queued Closures in Laravel 12.13
The Laravel team released v12.13.0, which includes naming queued closures, a new assertRedirectBack() test assertion, callback support for Collection's containsOneItem() method, and more The post Name...
View ArticleNativePHP Hit $100K — And We're Just Getting Started 🚀
NativePHP Hit $100K — And We're Just Getting Started 🚀 The post NativePHP Hit $100K — And We're Just Getting Started 🚀 appeared first on Laravel News. Join the Laravel Newsletter to get all the latest...
View ArticleTrack Metrics Effortlessly with Laravel's Context Increment and Decrement...
Laravel's Context system now includes increment and decrement methods for simple counter tracking. These methods streamline metric collection across application components, enabling clean monitoring...
View ArticleImprove HTTP Error Testing with Laravel's requestException() Method
Laravel's requestException() method streamlines HTTP error testing by providing a concise way to create request exceptions. This utility reduces verbose exception creation code to a single line,...
View ArticleLaravel Seeder Generator
Laravel seeder generator based on your real data from your database. The post Laravel Seeder Generator appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel...
View Article