/ articles

Articles

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

9 articles
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
Scaffold Laravel Packages with the `laravel package` Command in Installer v5.31.0
Laravel Installer Package Development CLI

Scaffold Laravel Packages with the `laravel package` Command in Installer v5.31.0

Laravel Installer v5.31.0 introduces a `laravel package` command to scaffold packages from the CLI, automated...

Mohamed Said Mohamed Said
20 Jul 2026 3 min read
Read
The Analytics Stack for Laravel: Traffic, Revenue and Attribution in One Place
Laravel Analytics SaaS Metrics

The Analytics Stack for Laravel: Traffic, Revenue and Attribution in One Place

Most Laravel SaaS apps stitch together three separate analytics tools that never share data. This post explain...

Mohamed Said Mohamed Said
15 Jul 2026 4 min read
Read
Enforce Per-Action Waiting Periods in Laravel with the Cooldown Package
Laravel Packages Rate Limiting

Enforce Per-Action Waiting Periods in Laravel with the Cooldown Package

Laravel Cooldown lets you place timed locks on named actions—OTP resends, password resets, payment retries—sco...

Mohamed Said Mohamed Said
16 Jul 2026 4 min read
Read
Laravel Legacy Bridge: Carry Authenticated Sessions from a Legacy PHP App into Laravel
Laravel PHP Session Management

Laravel Legacy Bridge: Carry Authenticated Sessions from a Legacy PHP App into Laravel

Laravel Legacy Bridge is a package that reads a legacy session cookie, decodes the payload from the legacy dat...

Mohamed Said Mohamed Said
15 Jul 2026 4 min read
Read