PHP

Use the Hyper key

Brian Lovin explains how to turn caps lock into a Hyper key that simulates pressing all four modifier keys at once. Use it for instant app switching, Raycast quicklinks, and custom window layouts. Read more

By hadi, ago
PHP

★ My Claude Code setup

I’ve been using Claude Code as my daily driver for coding tasks. Over time, I’ve built up a pretty specific configuration that makes the whole experience better. I keep everything in my dotfiles repo under Read more…

By hadi, ago
PHP

★ Building a PHP CLI for humans and AI agents with almost no hand-written code

[AdSense-A]

We recently released the Flare CLI, a command-line tool to manage your errors and performance data. It also ships with an agent skill that lets AI coding agents use Flare on your behalf.

The CLI has dozens of commands and hundreds of options, yet we only wrote four commands by hand. Our laravel-openapi-cli package made this possible: point it at an OpenAPI spec, and it generates fully typed artisan commands for every endpoint automatically.

Here's how we put it all together.

(more…)

By hadi, ago
PHP

★ Let your AI coding agent fix your errors and review performance

[AdSense-A]

The Flare CLI lets you manage errors and performance monitoring from the terminal. It was built with almost no hand-written code, generated from our OpenAPI spec. Having a CLI is useful on its own, but where it gets really interesting is when you let an AI coding agent use it.

The Flare CLI ships with an agent skill that teaches AI agents like Claude Code, Cursor, and Codex how to interact with Flare on your behalf. Let me show you how it works.

(more…)

By hadi, ago