Volet is a Customer Feedback Widget for Laravel
Volet is an extensible customer feedback widget for Laravel The post Volet is a Customer Feedback Widget for Laravel appeared first on Laravel News. Join the Laravel Newsletter to get all the latest...
View ArticleProcess Markdown Securely with Laravel's inlineMarkdown Method
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...
View ArticleUse Amazon Bedrock in Laravel with Prism PHP
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 The post Use Amazon Bedrock in...
View ArticleLast Call: Early Access for NativePHP Ends This Week
Last chance for Early Access to NativePHP—build mobile apps with Laravel. 1,000 licenses sold, $100K+ raised, and big features launched. The post Last Call: Early Access for NativePHP Ends This Week...
View ArticleSetup Social Auth Redirects with Laravel Herd
fwd.host acts as a proxy for your redirects to handle social authentication callbacks by setting your callback URLs The post Setup Social Auth Redirects with Laravel Herd appeared first on Laravel...
View ArticleValidate URLs Effectively with Laravel's Str::isUrl Method
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...
View Article"In Array Keys" Validation Rule Added in Laravel 12.16
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. The post "In Array Keys" Validation Rule...
View ArticleCompare Collection Keys with Laravel's diffKeys Method
Laravel's diffKeys method identifies collection differences based on keys rather than values, enabling precise structural comparisons. This utility excels in configuration management, permission...
View ArticleElasticLens: Eloquent-Powered Elasticsearch for Laravel
ElasticLens is a Laravel package that integrates Elasticsearch with Eloquent models. It provides advanced search capabilities while maintaining Laravel's familiar syntax. The post ElasticLens:...
View ArticleVerify Nested Relations Efficiently with Laravel's Enhanced relationLoaded...
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...
View ArticlePHPVerse with Brent Roose
Eric and Brent discuss the evolution of PHP, the importance of testing, and the introduction of Tempest, a new PHP framework. The post PHPVerse with Brent Roose appeared first on Laravel News. Join...
View ArticleA Blade-Only Starter Kit for Laravel 12 Projects
This Laravel Blade + Apline.js starter kit emphasizes simplicity by offering a lightweight, Blade-only kit. The post A Blade-Only Starter Kit for Laravel 12 Projects appeared first on Laravel News....
View ArticleFilament Is Now Running Natively on Mobile
Something incredible just happened: Filament now runs natively inside an Android app thanks to you. The post Filament Is Now Running Natively on Mobile appeared first on Laravel News. Join the Laravel...
View ArticleLaravel OpenRouter
The OpenRouter package for Laravel helps you integrate OpenRouter into your Laravel applications. OpenRouter is a unified interface for Large Language Models (LLMs) that allows you to interact with...
View ArticleClean Up Your Code with the whenHas Method
Feeling overwhelmed by the clutter of managing optional form fields? The 'When Has' method is your solution. It streamlines your code, letting you easily check and update fields like email frequency...
View ArticleReplace String Prefixes Precisely with Laravel's replaceStart Method
Laravel's Str::replaceStart method enables precise prefix replacement by modifying strings only when they begin with specific content. This utility excels in URL normalization, path cleanup, and...
View ArticleFathom Analytics Events for Laravel Livewire
The Fathom Analytics package for Laravel Livewire provides Alpine.js directives and helpers for seamless Fathom Analytics event tracking in Blade templates and Livewire components. The post Fathom...
View ArticleSimplify API Responses with Fluent Methods
Tired of constantly wrestling with type errors in API responses? Fluent methods offer a type-safe, boilerplate-free way to streamline your API handling. Forget cumbersome checks—fluent methods handle...
View Article