Artisan Weekly
IssueNº 93
Dated17 Jul 2026
Subscribers81

Every
Link.

The Archive Every article, package, tool, and talk we've shipped. Filter by kind, tag or contributor — or hunt a keyword.
Kind
Tag
Showing 120 of 946
002
Blog Post wendelladriel.com

The Laravel Scheduler Under the Hood

A comprehensive deep dive into how Laravel's Scheduler works internally, exploring how scheduled tasks move from definition to execution, including cron expressions, locks, background execution, and sub-minute scheduling. Essential reading for Laravel developers who want to understand the mechanics behind Schedule::command() and build reliable production task scheduling.

004
YouTube Video youtube.com

This Week In PHP Internals | July 15, 2026

A brand-new class extension proposal rewrote itself mid-thread, the Deprecations RFC froze with ballots set for July 27, function autoloading split off a prerequisite RFC overnight, Duration picked up its first declared no on the eve of its vote, and a JSX-flavored markup RFC landed hours before recording.

007
Blog Post exakat.io

Using a vector database with PHP

A practical tutorial demonstrating how to build a semantic search engine for PHP's array functions using Vektor (a pure PHP vector database) and Ollama for local embeddings, running entirely offline without cloud dependencies or API costs.

014
Blog Post nativephp.com

Why We Built NativePHP

NativePHP enables Laravel developers to build native desktop and mobile applications using the framework they already know, eliminating the need to maintain separate codebases for web, desktop, and mobile platforms. The article explains how converging trends in device capabilities, PHP maturity, and AI-assisted development have made it possible to use Laravel as a complete application platform across all devices.

016
YouTube Video youtube.com

Stop Prompt Injection with a Local LLM Guard - Ship AI with Laravel EP11

Episode 11 of Ship AI with Laravel, a series over on Laravel News where Harris has built a full AI platform using Laravel 13 and the Laravel AI SDK. This is the series finale. First he show you the problem. With the right messages, he socially engineers our own support agent into revealing its entire system prompt, its tools, and its internal instructions. Then he show how the order lookup tool will happily return another customer's data if it accepts any order ID. Both are real vulnerabilities that ship in AI apps every day. Then he shows you how to fix them with four layers of defense.