Prompt Deck is a Laravel package that manages AI prompts as versioned markdown files on disk instead of hardcoded strings. It supports variable interpolation with `{{ $variable }}` syntax, directory-based versioning, Artisan commands for creating and activating prompt versions, A/B testing across versions by token usage and cost, and integration with the `laravel/ai` SDK via a `HasPromptTemplate` trait. Requires PHP 8.2+ and Laravel 11+.

2m read timeFrom laravel-news.com
Post cover image
Table of contents
# Creating and Using Prompts# Laravel AI SDK Integration
1 Comment

Sort: