If you install Laravel 12, you are immediately prompted to choose the starter kit. What if you don’t know much…
Laravel
Something incredible just happened: Filament now runs natively inside an Android app thanks to you. The post Filament Is Now…
This Laravel Blade + Apline.js starter kit emphasizes simplicity by offering a lightweight, Blade-only kit. The post A Blade-Only Starter…
Laravel’s relationLoaded() method now supports dot notation for nested relationships, matching the syntax used for eager loading. This enhancement eliminates…
Eric and Brent discuss the evolution of PHP, the importance of testing, and the introduction of Tempest, a new PHP…
Laravel’s Str::isUrl method provides flexible URL validation with optional protocol restrictions. This utility simplifies verifying URL format and security requirements,…
Laravel’s diffKeys method identifies collection differences based on keys rather than values, enabling precise structural comparisons. This utility excels in…
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…
Useful Laravel links to read/watch for this week of May 29, 2025. Source: Read MoreÂ
ElasticLens is a Laravel package that integrates Elasticsearch with Eloquent models. It provides advanced search capabilities while maintaining Laravel’s familiar…
Last chance for Early Access to NativePHP—build mobile apps with Laravel. 1,000 licenses sold, $100K+ raised, and big features launched.…
fwd.host acts as a proxy for your redirects to handle social authentication callbacks by setting your callback URLs The post…
Laravel has a function for user email verification after registration which you can enable pretty easily. But how to customize…
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…
The Prism Bedrock package is a standalone Bedrock provider for the Prism PHP Package for Laravel. It supports text generation,…
Laravel’s existsOr method enables elegant handling of non-existent model queries by executing closures when no results are found. This feature…
Volet is an extensible customer feedback widget for Laravel The post Volet is a Customer Feedback Widget for Laravel appeared…
Laravel’s Conditionable trait enables fluent conditional logic in Fluent objects through when() and unless() methods. This enhancement maintains method chaining…
Laravel Decomposer is a development package that lists all of your Composer dependencies and helpful information like package versions, the…
Useful Laravel links to read/watch for this week of May 23, 2025. Source: Read MoreÂ