Composer 2.10 is now available with native malware filtering, a new dependency policy configuration system, and several security-related changes for PHP projects. The release was announced by Stephan ...
Laravel 13.12.0 adds the ability to attach metadata to scheduled events via a new withAttributes() method, a ShouldBeDiscovered interface that gives auto-discovered listeners control over their own re...
Laravel Fluent Validation, by Sander Muller, is a package that replaces Laravel’s traditional string-based validation syntax with a fluent, object-oriented API. It provides IDE autocompletion an...
Laravel Entitlements tackles one of the more involved problems in SaaS development: modeling what a subscriber is allowed to do, how much of it they can use, and what happens when they hit a limit or ...
The PHP Foundation just announced a new Ecosystem Security Team, funded by a grant from Alpha-Omega, to improve security across PHP open source. Volker Dusch will lead the effort as the Ecosystem AI S...
Laravel Paper, by Jacob Jørgensen, brings Eloquent’s feature set to flat-file data sources. It allows you to treat Markdown and JSON files as database records, which is useful for documentation,...
Moat is a new command-line tool that reviews the security posture of a GitHub user, organization, or repository. With a single command, it inspects GitHub’s built-in security controls and return...
Laravel Toggle is a lightweight feature flag package focused on global on/off switches. Laravel’s first-party Pennant package is built for user-segmented rollouts and A/B testing; Laravel Toggle...
PHP 8.5 introduced the pipe operator (|>), which passes the value on its left as the argument to the callable on its right. It works with any single-argument callable, but PHP’s built-in func...
JetBrains has shipped a new Laravel tool window in PhpStorm that lets you manage and troubleshoot Laravel Cloud deployments without leaving the editor. It ships as part of the Laravel Idea plugin, whi...
