Handle Fluent Values as Arrays with Laravel's array() Method https://laravel-news.com/fluent-array
Laravel News
Handle Fluent Values as Arrays with Laravel's array() Method - Laravel News
Laravel's Fluent array() method ensures consistent array output from Fluent objects, eliminating manual casting needs. This feature simplifies configuration handling and dynamic property management by automatically normalizing single values and arrays into…
Locale-aware Number Parsing in Laravel 12.15 https://laravel-news.com/laravel-12-15-0
Laravel News
Locale-aware Number Parsing in Laravel 12.15 - Laravel News
The Laravel team released v12.15.0, with Locale-aware number parsing, a string `hash()` helper method, inject contextual attribute values, and more.
Enhance Email Validation with Laravel's Fluent Email Rule Object https://laravel-news.com/email-validation-fluent-rule
Laravel News
Enhance Email Validation with Laravel's Fluent Email Rule Object - Laravel News
Laravel's Email rule object transforms email validation with a fluent interface that combines format checking, DNS verification, and spoofing prevention. This enhancement creates more readable validation rules while supporting custom macros for different…
Sublime Text Releases Update With Support for Right Sidebar https://laravel-news.com/sublime-text-releases-update-with-support-for-right-sidebar
Laravel News
Sublime Text Releases Update With Support for Right Sidebar - Laravel News
Sublime Text released v4200 this week with support for a right sidebar, syntax highlighting improvements, rewritten syntax highlighting languages like SQL, Diff, and Bash, new syntax highlighting for ZSH and TOML, and more.
Streamline Conditional Logic with Laravel's Fluent Conditionable Trait https://laravel-news.com/fluent-conditionable
Laravel News
Streamline Conditional Logic with Laravel's Fluent Conditionable Trait - Laravel News
Laravel's Conditionable trait enables fluent conditional logic in Fluent objects through when() and unless() methods. This enhancement maintains method chaining flow while executing conditional operations, creating more readable and maintainable code without…
Generate a Detailed Application Report with Laravel Decomposer https://laravel-news.com/generate-a-detailed-application-report-with-laravel-decomposer
Laravel News
Generate a Detailed Application Report with Laravel Decomposer - Laravel News
Laravel Decomposer is a development package that lists all of your Composer dependencies and helpful information like package versions, the PHP/Laravel version installed, installed PHP modules, and more.
Handle Missing Models Gracefully with Laravel's existsOr Method https://laravel-news.com/existsor
Laravel News
Handle Missing Models Gracefully with Laravel's existsOr Method - Laravel News
Laravel's existsOr method enables elegant handling of non-existent model queries by executing closures when no results are found. This feature streamlines error handling and fallback logic, eliminating the need for separate existence checks and conditional…
Process Markdown Securely with Laravel's inlineMarkdown Method https://laravel-news.com/inlinemarkdown
Laravel News
Process Markdown Securely with Laravel's inlineMarkdown Method - Laravel News
Laravel's inlineMarkdown method enables secure Markdown-to-HTML conversion with built-in XSS protection and customizable security options. This feature safely processes user-generated content while maintaining rich formatting capabilities for forums, comments…
Use Amazon Bedrock in Laravel with Prism PHP https://laravel-news.com/use-amazon-bedrock-in-laravel-with-prism-php
Laravel News
Use Amazon Bedrock in Laravel with Prism PHP - Laravel News
The Prism Bedrock package is a standalone Bedrock provider for the Prism PHP Package for Laravel. It supports text generation, structured output, embeddings, and more
Last Call: Early Access for NativePHP Ends This Week https://laravel-news.com/last-call-early-access-for-nativephp-ends-this-week
Laravel News
Last Call: Early Access for NativePHP Ends This Week - Laravel News
Last chance for Early Access to NativePHP—build mobile apps with Laravel. 1,000 licenses sold, $100K+ raised, and big features launched.
Validate URLs Effectively with Laravel's Str::isUrl Method https://laravel-news.com/str-isurl
Laravel News
Validate URLs Effectively with Laravel's Str::isUrl Method - Laravel News
Laravel's Str::isUrl method provides flexible URL validation with optional protocol restrictions. This utility simplifies verifying URL format and security requirements, making it ideal for form validation, webhook registration, and social media link verification…
"In Array Keys" Validation Rule Added in Laravel 12.16 https://laravel-news.com/laravel-12-16-0
Laravel News
"In Array Keys" Validation Rule Added in Laravel 12.16 - Laravel News
The Laravel team released v12.16.0, with a fluent Rule::contains() validation rule, an "in_array_keys" validation rule, a new Arr::hasAll() method, and more.
Compare Collection Keys with Laravel's diffKeys Method https://laravel-news.com/collection-diffkeys
Laravel News
Compare Collection Keys with Laravel's diffKeys Method - Laravel News
Laravel's diffKeys method identifies collection differences based on keys rather than values, enabling precise structural comparisons. This utility excels in configuration management, permission auditing, and feature flag synchronization where key presence…
ElasticLens: Eloquent-Powered Elasticsearch for Laravel https://laravel-news.com/elasticlens-eloquent-powered-elasticsearch-for-laravel
Laravel News
ElasticLens: Eloquent-Powered Elasticsearch for Laravel - Laravel News
ElasticLens is a Laravel package that integrates Elasticsearch with Eloquent models. It provides advanced search capabilities while maintaining Laravel's familiar syntax.
Verify Nested Relations Efficiently with Laravel's Enhanced relationLoaded Method https://laravel-news.com/relationloaded
Laravel News
Verify Nested Relations Efficiently with Laravel's Enhanced relationLoaded Method - Laravel News
Laravel's relationLoaded() method now supports dot notation for nested relationships, matching the syntax used for eager loading. This enhancement eliminates inconsistency between loading and verifying relationships, enabling more efficient conditional loading…