/ articles
Articles, tutorials, and news on software engineering, open source, and web development.
Laravel Doctor is a first-party package announced at Laracon US 2026 that adds an `artisan doctor` command to...
Mohamed Said
CPX is a CLI tool that runs any Composer package without installing it in your project—think npx for PHP. Vers...
Mohamed Said
Queue-SQL is a Laravel package that splits large UPDATE and DELETE statements into parallel queued jobs using...
Mohamed Said
Laravel Time Machine is a request lifecycle profiler that records millisecond timings for every phase — bootst...
Mohamed Said
Laravel SMS Catcher is a local development package that intercepts outgoing SMS notifications and displays the...
Mohamed Said
Laravel Installer v5.31.0 introduces a `laravel package` command to scaffold packages from the CLI, automated...
Mohamed Said
Most Laravel SaaS apps stitch together three separate analytics tools that never share data. This post explain...
Mohamed Said
Laravel Cooldown lets you place timed locks on named actions—OTP resends, password resets, payment retries—sco...
Mohamed Said
Laravel Legacy Bridge is a package that reads a legacy session cookie, decodes the payload from the legacy dat...
Mohamed Said