"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.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
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.
fwd.host acts as a proxy for your redirects to handle social authentication callbacks by setting your callback URLs
Last chance for Early Access to NativePHP—build mobile apps with Laravel. 1,000 licenses sold, $100K+ raised, and big features launched.
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
Volet is an extensible customer feedback widget for Laravel
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 applications.
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, and notification systems.
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 statements.
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.
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.