Artisan Weekly
IssueNº 83
Dated8 May 2026
Readers61
← Back to Archive
Artisan Weekly Edition 72

Edition №72

Published
Week ending February 13, 2026
Items
10 featured · 6 notable
● Top 10 Video companion
on YouTube
Editor's
Note

Ohh it's Friday the 13th hope everyone has a great day today!! It's been another week of great posts! I've really enjoyed seeing Freek Van der Herten back doing what he does best making new packages! It's also been an interesting week on the AI front there have been some great articles and videos on the new Laravel AI SDK.

Top 10 Links

Featured · Edition 72
01
Blog Post laravel.com

Larabelles: Building Space in the Laravel Community

I've been lucky enough to have known Zuzana now for a few years and it's been great to see how she's been leading and growing Larabelles over the years. In this post with Abby she talks through how Larabelles came about, how its grown and the Laracon Scholarship Program.

03
Blog Post laravelnepal.com

The Origin of Laravel - a look at v1 Beta 1

A fascinating deep dive into Laravel's humble beginnings, exploring the original v1 directory structure from 2011 and examining what the framework looked like before Artisan, Blade, migrations, and Composer. Perfect for understanding how far Laravel has evolved from its minimalistic roots to become the PHP framework we know today.

04
Blog Post kirilldakhniuk.com

Build a Spotlight-like App with NativePHP

A comprehensive tutorial showing how to create a macOS Spotlight-style application launcher using NativePHP, complete with app scanning, caching, launch tracking, and global shortcuts. The guide covers everything from setting up a menubar window to parsing app metadata and implementing intelligent app sorting based on usage frequency.

05
YouTube Video youtube.com

Dreaming Bigger With AI - Aaron Francis

Matt Stauffer's latest podcast series Pragmatic AI. We all know right now things are moving so fast in the world of AI in particularly in the development world. Matt has been busy working on his new podcast which are short, practical interviews w/builders, founders, & researchers using & studying real-world AI. His first guest is the one and only Aaron Francis

06
YouTube Video youtube.com

Laravel AI SDK with MCP : Create Image Generator

In this video Jordan shows us how to create our own image generator MCP server using Laravel's new AI SDK w/MCP offering, hooking it up to claude AI getting it to generate an image for him. It's a nice little tutorial giving you a look at the new AI SDK

09
Blog Post getrector.com

Introducing Safe and Progressive Strict Type Adoption Rule

Rector introduces a new SafeDeclareStrictTypesRector rule that safely adds PHP's strict_types declaration to files that are already type-safe, enabling progressive adoption without breaking existing code. This automated approach solves the common problem of manually adding strict types one file at a time while preventing future regressions.

10
Blog Post tnakov.dev

The Strategy Pattern Turned 500 Lines Into Clean Code

A practical guide showing how the Strategy pattern transformed a messy 500-line switch statement into clean, maintainable code for converting XML forms to Formio.js JSON. The tutorial demonstrates real-world pattern implementation with Laravel-friendly examples, moving beyond abstract design pattern theory.

Also Notable

+6 more
Blog Post tighten.com

Introduction to Delegated Types

Tony Messias explores Delegated Types, a powerful pattern from Rails for representing class hierarchies without inheritance, comparing it to Single-Table Inheritance and demonstrating practical Laravel implementations. The article covers real-world use cases inspired by 37signals' Campfire and shows how to handle complex data relationships more elegantly.

Blog Post
YouTube Video youtube.com

Writing Resilient Code w/ Zuzana Kunckova

What does it take to build resilient Laravel applications? Zuzana joins Leah for a conversation about writing Laravel code that keeps working in production, from traffic spikes and flaky networks to third-party APIs. Together, they explore practical techniques including robust input validation, safer error handling, monitoring and logging, retries, graceful degradation, and testing beyond the happy path, so your applications remain reliable under real-world conditions.

YouTube Video
Blog Post amitmerchant.com

Real-world examples of using Laravel AI SDK

Practical examples of implementing Laravel AI SDK in real applications, including mining user data for insights, building code review bots for GitHub/GitLab integration, and creating personalized learning systems. Shows complete code examples with Eloquent models and AI agent classes for common use cases.

Blog Post
Blog Post sevalla.com

Relay: Building a Fiber-Native HTTP Layer for Modern PHP

Steve McDougall introduces Relay, a modern HTTP transport layer for PHP 8.5+ that leverages Fibers for native concurrency and treats HTTP responses as immutable signals rather than exceptions. The library offers a clean, functional API that makes concurrent HTTP requests look synchronous while eliminating the need for try-catch blocks around expected HTTP responses.

Blog Post