Mar 24, 2026

★ A new major version of Crawler

Our spatie/crawler. package is one of the first one I created. It allows you to crawl a website with PHP. It is used extensively in Oh Dear and our laravel-sitemap package. Throughout the years, the API had accumulated some rough edges. With v9, we cleaned all of that up and added a bunch of features we've wanted for a long time. Let me walk you through all of it!

Mar 14, 2026

How to use AGENTS.md with Codex, Cursor, and Claude Code

Learn what AGENTS.md is, why it helps coding agents, what to put in it, and how to share one instruction file across Codex, Cursor, and Claude Code.

Mar 14, 2026

When to use AGENTS.md and skills

A simple mental model for AI coding agents: put repo-wide rules in AGENTS.md or CLAUDE.md, and move specialized workflows into reusable skills.

Mar 14, 2026

★ Turn any OpenAPI spec into Laravel artisan commands

We just published a new package called Laravel OpenAPI CLI that turns any OpenAPI spec into dedicated Laravel artisan commands. Each endpoint gets its own command with typed options for path parameters, query parameters and request bodies. Let me walk you through what the package can do.

Mar 14, 2026

GPT Image API quick start with real outputs

Learn GPT Image step by step by generating images, editing one of them, and seeing the real results from OpenAI's latest image model.

Mar 14, 2026

GPT Audio API quick start with a working example

Learn GPT Audio step by step by generating a spoken reply, saving the WAV file, and using the returned transcript in your app.

Mar 14, 2026

GPT Realtime API quick start with a live workflow

Learn GPT Realtime step by step by creating a realtime session, opening a live WebSocket connection, and getting your first low-latency reply.

Mar 14, 2026

GPT-5 mini API quick start with a real workflow

Learn GPT-5 mini step by step by sending your first API request and building a structured support workflow at a lower cost than full GPT-5.

Mar 14, 2026

GPT-5 nano API quick start with a real workflow

Learn GPT-5 nano step by step by sending your first API request and building a fast classification workflow for high-volume tasks.

Mar 14, 2026

GPT-5.2 API quick start with a real workflow

Learn GPT-5.2 step by step by sending your first API request and building a support triage workflow with structured JSON.

Mar 14, 2026

GPT-5.3 Chat API quick start with a real workflow

Learn how to use GPT-5.3 Chat in the API, what it can and cannot do, and how to build a small structured-output workflow with it.

Mar 14, 2026

GPT-5.4 API quick start with a real workflow

Learn GPT-5.4 step by step by sending your first API request, building a structured workflow, and using the new phase-aware output model.