⌨ Keyboard shortcuts available
G — waiting for next key…

Writing

Articles tagged “php”

4 articles on php. All articles →

An infrastructure diagram showing a single document splitting into sequential batch jobs processed concurrently by background workers into a PostgreSQL database.
php Laravel 13

Asynchronous Embedding Ingestion: Scaling pgvector in Laravel 13 with Queue Batches

An infrastructure guide focused on building a high-throughput, decoupled data ingestion pipeline using Laravel 13. We show how to safely handle high-volume text chunking, eliminate application process bottlenecks via asynchronous Bus Batches, and perform optimized updates directly within PostgreSQL

Jun 5, 2026 · 8 min
A technical diagram showing the Laravel 13 logo connected to a PostgreSQL database with vector data streams, representing native semantic search.
Vespa.AI Elasticsearch

Building AI-Native Apps: Vector Search in Laravel 13 & PostgreSQL

This guide explores how Laravel 13 has revolutionized search by introducing native vector similarity methods. We cover everything from the basic whereVectorSimilarTo syntax to the advanced orchestration of embeddings using the new Laravel AI SDK, providing a clear path for architects to build intelligent, semantic search engines.

May 9, 2026 · 6 min
A technical diagram showing the flow of data between multiple AI agents in a Laravel 13 pipeline
Laravel php

Beyond the Single Prompt: Orchestrating Multi-Step AI Workflows in Laravel 13

One AI agent is a chatbot; three AI agents are a department. In this tutorial, we move beyond basic API calls to build a sophisticated "Orchestrator-Worker" system. See how to use the Laravel 13 AI SDK to chain agents, handle structured output, and build reasoning engines that actually solve complex business problems.

Apr 26, 2026 · 6 min
Visual representation of Laravel Eloquent performing native vector search using pgvector and AI embeddings
Laravel Vespa.AI

Native Vector Search in Eloquent: Semantic Discovery the Easy Way

Why manage a massive external search cluster when your favorite framework can handle it natively? In 2026, Laravel and pgvector have finally merged to give us "Semantic Search" without the infrastructure headache. See how I’m using native Eloquent methods to replace legacy keyword matching with AI-driven intent—perfect for local marketplaces and dealer directories.

Apr 22, 2026 · 6 min