Argonaut DTO Package for Laravel https://laravel-news.com/argonaut-dto-package-for-laravel
Laravel News
Argonaut DTO Package for Laravel - Laravel News
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.
👍1
A first look at Laravel Nightwatch https://laravel-news.com/a-first-look-at-laravel-nightwatch
Laravel News
A first look at Laravel Nightwatch - Laravel News
Laravel Nightwatch delivers unparalleled insights into your application's performance, with the intelligence only a system obsessively optimized for Laravel can deliver.
❤4
Simplify Password Requirement Displays with Laravel's appliedRules() Method https://laravel-news.com/password-appliedrules
Laravel News
Simplify Password Requirement Displays with Laravel's appliedRules() Method - Laravel News
Laravel's appliedRules() method exposes password validation rules directly to views, enabling dynamic password requirement indicators that automatically stay synchronized with backend validation. This feature eliminates redundancy and improves form usability…
👍4🔥2
Populate is a Supercharged Seeder for Laravel https://laravel-news.com/populate
Laravel News
Populate is a Supercharged Seeder for Laravel - Laravel News
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 failed seeding attempts.
Build a Smart AI Task Manager with Laravel, Livewire & PrismPHP https://laravel-news.com/smart-ai-task-manager-with-laravel-livewire-prismphp
Laravel News
Build a Smart AI Task Manager with Laravel, Livewire & PrismPHP - Laravel News
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 tasks—no forms, just plain conversation.
❤9✍1👍1👎1
URI Path Components Using Laravel's pathSegments() Method https://laravel-news.com/uri-pathsegments
Laravel News
URI Path Components Using Laravel's pathSegments() Method - Laravel News
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 building navigation, breadcrumbs, and routing logic with…
❤6👏1
Managing Encrypted Environment Variables In Laravel With Veil https://laravel-news.com/veil-managing-encrypted-environment-variables
Laravel News
Managing Encrypted Environment Variables In Laravel With Veil - Laravel News
Veil is a Laravel package designed to enhance the management of encrypted environment variables in your Laravel or Laravel Zero applications.
🔥2
Accelerate API Testing with Laravel's ddBody() Method https://laravel-news.com/ddbody
Laravel News
Accelerate API Testing with Laravel's ddBody() Method - Laravel News
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 inspect specific parts of complex responses without interrupting…
❤2🔥2
Using Database Comments to Track Columns With Sensitive Data https://laravel-news.com/using-database-comments-to-track-columns-with-sensitive-data
Laravel News
Using Database Comments to Track Columns With Sensitive Data - Laravel News
Learn how to use Laravel's database migrations to create comments on tables and track sensitive data in database applications.
👍2🔥2
Simplify HasManyThrough Relationships with Laravel's CanBeOneOfMany Support https://laravel-news.com/canbeoneofmany
Laravel News
Simplify HasManyThrough Relationships with Laravel's CanBeOneOfMany Support - Laravel News
Laravel's CanBeOneOfMany support for HasManyThrough relationships enables developers to retrieve specific records using methods like latestOfMany(), oldestOfMany(), and ofMany(). This feature simplifies accessing singular models from complex relationships…
❤2
Name Queued Closures in Laravel 12.13 https://laravel-news.com/laravel-12-13-0
Laravel News
Name Queued Closures in Laravel 12.13 - Laravel News
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
❤3
NativePHP Hit $100K — And We're Just Getting Started 🚀 https://laravel-news.com/nativephp-hit-100k
Laravel News
NativePHP Hit $100K — And We're Just Getting Started 🚀 - Laravel News
NativePHP Hit $100K — And We're Just Getting Started 🚀
🔥17🤮7❤6👍1
Track Metrics Effortlessly with Laravel's Context Increment and Decrement Methods https://laravel-news.com/context-increment-decrement
Laravel News
Track Metrics Effortlessly with Laravel's Context Increment and Decrement Methods - Laravel News
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 of application events without complex state management code.
❤5
Improve HTTP Error Testing with Laravel's requestException() Method https://laravel-news.com/requestexception
Laravel News
Improve HTTP Error Testing with Laravel's requestException() Method - Laravel News
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, making it easier to test how applications handle various API…
❤1
Customize URL Handling with Laravel's Macroable URI Class https://laravel-news.com/macroable-uri-class
Laravel News
Customize URL Handling with Laravel's Macroable URI Class - Laravel News
Laravel's URI class now supports custom macros, allowing developers to create application-specific URL manipulation methods. This feature enables cleaner code with domain-specific URL handling that integrates seamlessly with Laravel's elegant syntax.
👍3🤷♂2❤1
Streamline API Resources with Laravel's Fluent Methods https://laravel-news.com/api-resources-fluent-methods
Laravel News
Streamline API Resources with Laravel's Fluent Methods - Laravel News
Laravel introduces fluent resource methods that attach transformation capabilities directly to Eloquent models. These methods create a more natural coding flow from data retrieval to API formatting, reducing mental context switching and improving code readability.
🥰2
Arr::from() Method in Laravel 12.14 https://laravel-news.com/laravel-12-14-0
Laravel News
Arr::from() Method in Laravel 12.14 - Laravel News
The Laravel team released v12.14.0, which includes a new Arr::from() method, a currentlyResolving() container method, new "except" Context methods, and more.
🔥7
Filter Model Attributes with Laravel's New except() Method https://laravel-news.com/except
Laravel News
Filter Model Attributes with Laravel's New except() Method - Laravel News
Laravel's except() method provides an intuitive way to exclude specific attributes from Eloquent models. This method complements the existing only() function, giving developers a complete solution for filtering model data while making code more expressive.
👍5