Available for select projects New York · Working worldwide
Rappasoft LLC
Menu

Library / Articles

Notes from the work.

Practical writing on Laravel, product engineering, and the decisions behind software built at Rappasoft.

Loading articles
Featured article 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 3,531 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 3,621 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 3,917 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 5,239 views

Uncommon HTML Elements You’ll Actually Use: A Practical Guide

Modern HTML includes a bunch of small but powerful elements that improve semantics, accessibility, and UX without heavy JavaScript. In this guide, we’ll explore lesser‑used tags you can add to your toolkit today. We’ll focus on what they’re for, how to use them accessibly, and common pitfalls. Examples are intentionally minimal so you can copy-paste and adapt.

8 min 6,587 views

PHP 8.5's New Stack Trace Support for Fatal Errors

PHP 8.5 introduces a game-changing feature that developers have been eagerly awaiting: comprehensive stack trace support for PHP Fatal errors. This enhancement represents a significant improvement in PHP's error handling capabilities, making debugging critical issues more straightforward and efficient than ever before.

4 min 5,533 views

Exploring PHP 8.5's New Pipe Operator: A Fresh Perspective

Among the exciting features in PHP 8.5, the pipe operator stands out as a game-changing addition to the language's syntax arsenal. This innovative operator transforms how we write sequential operations, making code more intuitive and less nested. Let's dive into this new feature and discover how it can revolutionize your PHP coding practices.

4 min 5,214 views