/ articles

Articles

Articles, tutorials, and news on software engineering, open source, and web development.

9 articles
Saga Lara Flow: Durable Workflows and Compensating Transactions on Laravel Queues
Laravel Workflows Saga Pattern

Saga Lara Flow: Durable Workflows and Compensating Transactions on Laravel Queues

Saga Lara Flow is a Laravel package that lets you write long-running business processes as plain PHP methods o...

Mohamed Said Mohamed Said
7 Aug 2026 4 min read
Read
Laravel Doctor: Diagnose Your Laravel App With One Artisan Command
Laravel Artisan Health Checks

Laravel Doctor: Diagnose Your Laravel App With One Artisan Command

Laravel Doctor, announced at Laracon US 2026, adds an `artisan doctor` command that runs comprehensive health...

Mohamed Said Mohamed Said
3 Aug 2026 4 min read
Read
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD in Laravel 13
Laravel SEO Open Graph

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD in Laravel 13

Laravel Head is a new first-party package that gives you a fluent API for titles, meta descriptions, Open Grap...

Mohamed Said Mohamed Said
4 Aug 2026 4 min read
Read
CPX 2.0: The Composer Package Executor for PHP
cpx composer php

CPX 2.0: The Composer Package Executor for PHP

CPX is a CLI tool that runs any Composer package without installing it into your project—think npx for PHP. Ve...

Mohamed Said Mohamed Said
30 Jul 2026 4 min read
Read
Laravel Doctor: Diagnose Your Laravel App With One Artisan Command
Laravel Artisan Health Checks

Laravel Doctor: Diagnose Your Laravel App With One Artisan Command

Laravel Doctor is a first-party package announced at Laracon US 2026 that adds an `artisan doctor` command to...

Mohamed Said Mohamed Said
3 Aug 2026 4 min read
Read
CPX 2.0: The Composer Package Executor for PHP
CPX Composer PHP CLI

CPX 2.0: The Composer Package Executor for PHP

CPX is a CLI tool that runs any Composer package without installing it in your project—think npx for PHP. Vers...

Mohamed Said Mohamed Said
30 Jul 2026 4 min read
Read
Queue-SQL: Run Mass Deletes and Updates Across Parallel Laravel Queue Jobs
Laravel Queue Database

Queue-SQL: Run Mass Deletes and Updates Across Parallel Laravel Queue Jobs

Queue-SQL is a Laravel package that splits large UPDATE and DELETE statements into parallel queued jobs using...

Mohamed Said Mohamed Said
27 Jul 2026 2 min read
Read
Laravel Time Machine: Profile Every Stage of a Request Lifecycle
Laravel Performance Profiling Developer Tools

Laravel Time Machine: Profile Every Stage of a Request Lifecycle

Laravel Time Machine is a request lifecycle profiler that records millisecond timings for every phase — bootst...

Mohamed Said Mohamed Said
20 Jul 2026 3 min read
Read
Laravel SMS Catcher: A Local Dashboard for SMS Notifications
Laravel SMS Local Development

Laravel SMS Catcher: A Local Dashboard for SMS Notifications

Laravel SMS Catcher is a local development package that intercepts outgoing SMS notifications and displays the...

Mohamed Said Mohamed Said
20 Jul 2026 3 min read
Read