Prompt Deck: Manage AI Prompts as Versioned Files in Laravel
Prompt Deck is a Laravel package that stores AI prompts as versioned markdown files on disk, with support for variable interpolation, A/B testing, and Laravel AI SDK integration.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
Prompt Deck is a Laravel package that stores AI prompts as versioned markdown files on disk, with support for variable interpolation, A/B testing, and Laravel AI SDK integration.
NativePHP v3.1 just dropped. And it’s not a minor bump.
Laravel Prompts v0.3.15 introduces new primitives like task(), stream(), autocomplete(), dynamic select info, title(), and notify() for building modern CLI apps.
The circuit-breaker package by algoyounes brings the circuit breaker pattern to Laravel, giving you a way to manage failing service calls and define custom callbacks for each circuit state.
SlideWire is a Laravel package that lets you build browser-based presentation decks using Livewire components and Blade templates, with built-in navigation, transitions, syntax highlighting, and Mermaid diagrams.
Laravel 13 is now released and let's look at the release highlights
Lens for Laravel is a plug-and-play accessibility auditor for Laravel applications.
Artisan Browse provides an interactive terminal UI for discovering, searching, and executing all Laravel artisan commands.
Laravel Pint's Laravel preset now includes the fully_qualified_strict_types rule, which automatically converts fully qualified class names to short names with use imports.
Laravel Boost v2.3.0 adds an Inertia v3 upgrade prompt, JSON-formatted log support, and removes six Artisan wrapper MCP tools in favor of direct CLI usage.