/ articles

Articles

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

9 articles
Referenceable: Generate Clean and Customizable Reference Numbers in Laravel

Referenceable: Generate Clean and Customizable Reference Numbers in Laravel

Referenceable is an open-source Laravel package for generating clean, customizable reference numbers for Eloqu...

Mohamed Said Mohamed Said
11 Sep 2026 8 min read
Read
Find Unexpected Test Inputs with Fuzz for Pest
Pest Fuzz Testing Laravel Testing

Find Unexpected Test Inputs with Fuzz for Pest

Fuzz is a Pest 5 package that brings coverage-guided fuzz testing to Laravel and PHP projects. It generates an...

Mohamed Said Mohamed Said
7 Sep 2026 4 min read
Read
Compile PHP to Native Binaries with TypePHP
TypePHP AOT Compiler PHP Performance

Compile PHP to Native Binaries with TypePHP

The Swoole team has open-sourced TypePHP, an Ahead-Of-Time (AOT) compiler that translates PHP source code into...

Mohamed Said Mohamed Said
26 Aug 2026 3 min read
Read
Let's Encrypt HTTPS on an IP Address With FrankenPHP
FrankenPHP Docker HTTPS

Let's Encrypt HTTPS on an IP Address With FrankenPHP

The serversideup/php Docker images v4.6.0-beta1 add a CADDY_ACME_PROFILE variable that enables Let's Encrypt I...

Mohamed Said Mohamed Said
17 Aug 2026 4 min read
Read
Mock PHP Classes in Tests With the Double Library
testing mocking phpunit

Mock PHP Classes in Tests With the Double Library

Double is a PHP 8.3 test double library by Jason McCreary that replaces mocks, spies, and partials with a sing...

Mohamed Said Mohamed Said
11 Aug 2026 4 min read
Read
Validate and Convert HEIC Images in Laravel 13.24
Laravel HEIC Image Processing

Validate and Convert HEIC Images in Laravel 13.24

Laravel 13.24 adds native HEIC, HEIF, and AVIF support to the image validation rule and image API. Learn how t...

Mohamed Said Mohamed Said
5 Aug 2026 4 min read
Read
Official Laravel Zed Extension: LSP Support for PHP and Blade Files
Laravel Zed LSP

Official Laravel Zed Extension: LSP Support for PHP and Blade Files

The Laravel team has released an official Zed extension (v0.1.0) that wires Laravel LSP into the editor, bring...

Mohamed Said Mohamed Said
4 Aug 2026 3 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
PhpStorm 2026.2 Released: Laravel Tool Window, PHP 8.5 Pipe Operator, and AI Agents
PhpStorm PHP Laravel

PhpStorm 2026.2 Released: Laravel Tool Window, PHP 8.5 Pipe Operator, and AI Agents

PhpStorm 2026.2 ships a dedicated Laravel tool window with Artisan, error logs, and Laravel Cloud tabs, plus P...

Mohamed Said Mohamed Said
3 Aug 2026 3 min read
Read