Anvil
Anvil - The mobile companion for Laravel Forge. Available now. Download for iOS

Category

Laravel

Introducing Anvil: The Mobile Companion for Laravel Forge

Manage your servers, deploy sites, and monitor your infrastructure from anywhere. Anvil is a native mobile app that puts the full power of Laravel Forge in your pocket - with secure API key storage, biometric protection, and one-tap deployments.

2 min read - 2,389 views -

Laravel Patches v4.0.0

We are excited to announce the release of Laravel Patches v4.0, featuring a completely rewritten test suite using Pest, enhanced CLI tools for better visibility, and robust safeguards for your patch workflow. This release focuses on developer experience and reliability, ensuring you can manage your database patches with the same confidence as your migrations.

2 min read - 2,695 views -

Laravel Lockout v6.0.0

Laravel Lockout v6.0 is a major upgrade that expands the package from basic read-only mode to a full maintenance and access-control system. It now supports Laravel 11 and 12 and introduces 10 new features, including IP allow/deny lists with CIDR, role-based bypass rules, customizable responses, route and pattern whitelisting, automatic API handling, a health-check endpoint, configurable caching, a full event system, Artisan management commands, and a new maintenance view. With 77 tests, refined middleware, and improved code quality, v6.0 is production-ready and built for precise control during maintenance or emergencies.

5 min read - 2,711 views -

Authentication Log v6.0.0

We're excited to announce the release of Laravel Authentication Log v6.0.0! This major release brings significant improvements to security, user experience, and developer productivity. With support for Laravel 11.x and 12.x, enhanced suspicious activity detection, comprehensive session management, and numerous bug fixes, this release represents a substantial step forward for the package.

7 min read - 3,415 views -

Record and Replay Requests With Laravel ChronoTrace

The Laravel ChronoTrace package enables you to record and replay Laravel requests deterministically and generate tests from production traces. This package can help you trace external HTTP requests made during execution, including request/response details, status codes, connection issues, and more. It also tracks database queries, cache events, queue jobs, and custom events.

Mastering Laravel’s data_get(): Read Anything from Arrays, Objects, and Collections

If you’ve ever written a long chain of null checks to fetch a deeply nested value — foo['bar']['baz'] ?? null — you’ll love Laravel’s data_get() helper. It’s a tiny, dependable utility that safely retrieves values from arrays, objects, ArrayAccess implementations, and even nested structures using a simple “dot notation.”

6 min read - 7,717 views -

Symfony AI Components

Symfony AI is a set of components that integrate AI capabilities into PHP applications. This package comprises several lower- and higher-level components, along with their respective integration bundles. Before you get too excited, these AI components are currently marked as experimental, but you can start diving into the examples and demos: