Blog

Thoughts on Laravel, PHP, open source, and developer tools.

March 14, 2026

Cashflow: Double-Entry Balance Ledger for Laravel

A type-safe double-entry transaction ledger for Laravel. Define custom balance items with validation, dependency enforcement, and derived amounts for complex financial workflows.

laravelphpfintechpayments
March 12, 2026

Shared Jobs: Cross-Application Communication for Laravel

Dispatch jobs between separate Laravel applications via a shared database. Fire-and-forget or synchronous communication with built-in testing support.

laravelphpqueuesmicroservices
March 10, 2026

View Migrations: Version-Controlled Database Views for Laravel

Manage database views as plain SQL files with automatic change detection. Content-hash tracking, dry-run support, and multi-database compatibility for Laravel.

laravelphpdatabasemigrations
March 3, 2026

LaraSVG Deep Dive: SVG Conversion at Scale in Laravel

How we built a multi-provider SVG conversion pipeline that handles 80 million+ conversions in production — and why we open-sourced it.

laravelsvgphpopen-source
March 1, 2026

Meet LaraTusk: Building the Laravel Packages We Wished Existed

Introducing LaraTusk — an open source collective building battle-tested Laravel and PHP packages. Learn about our mission, our packages, and why we open source everything.

laratuskopen-sourcelaravelphp
February 27, 2026

Laravel Mailgun Multi: Automatic Domain Routing for Multi-Brand Applications

Send emails through multiple Mailgun domains with zero code changes. Laravel Mailgun Multi automatically routes emails based on the sender address.

laravelphpemailmailgun
February 26, 2026

Supervise: Define Laravel Worker Configs in PHP, Not INI Files

Stop hand-editing Supervisor INI files. Supervise lets you define worker configurations in PHP, version-control them, and deploy with a single Artisan command.

laravelphpdevopsqueues
February 25, 2026

Chargebacks911 PHP SDK: Manage Chargebacks with a Clean, Fluent API

A type-safe PHP SDK for the Chargebacks911 API. Monitor chargebacks, manage orders, handle alerts, and integrate webhooks in your Laravel application.

laravelphppaymentschargebacks
February 24, 2026

Spreedly PHP: Production-Ready Payment Orchestration for Laravel

A Stripe-like PHP SDK for Spreedly payment orchestration. Manage gateways, tokenize cards, and process transactions with a clean, fluent API in Laravel.

laravelphppaymentsfintech
February 22, 2026

PictoMock: The Lightweight PHP Placeholder Image Generator You've Been Waiting For

Generate placeholder images in PHP with zero dependencies. PictoMock supports SVG, PNG, JPEG, GIF, and WebP — perfect for testing, seeding, and prototyping Laravel apps.

laravelphpimagestesting
February 20, 2026

Why We Open Source Everything

Our philosophy on open source: why we believe giving back to the community makes everyone — including us — better developers.

open-sourcephilosophy
February 16, 2026

Introducing LaraSVG: Modern SVG Conversion for Laravel

After 80 million+ SVG conversions in production, we're open-sourcing our battle-tested SVG conversion package for Laravel.

laravelsvgopen-source