Artisan Weekly
IssueNº 81
Dated24 Apr 2026
Readers60
← Back to Archive
Artisan Weekly Edition 73

Edition №73

Published
Week ending February 20, 2026
Items
10 featured · 4 notable
● Top 10 Video companion
on YouTube

Top 10 Links

Featured · Edition 73
01
Blog Post Laravel charliej.com

Sharing a Laravel, Inertia & Reverb App with ngrok

Learn how to tunnel a complete Laravel application with Inertia, Vite, and Reverb using ngrok through a clever middleware-based approach. This tutorial shows you how to set up three tunnels and configure everything with just one command to easily share your local development with others.

04
Blog Post thunk.dev

Build an MCP server with Laravel (and use it to publish this post)

A comprehensive tutorial showing Laravel developers how to build Model Context Protocol (MCP) servers using Laravel's official MCP package, enabling AI assistants like Claude to interact directly with your Laravel applications. The author demonstrates building a complete blog management MCP server and actually uses it to write and publish the tutorial itself.

05
Blog Post masteringlaravel.io

Do Eloquent subqueries work across database connections?

In this tip Joel talks us through how changing your query logic and using a different where Clause allows you to use eloquent subqueries across database connections. It's not something I've had to do before but it's an interesting tip for sure.

07
Podcast Episode talkingstatamic.com

Talking with Duncan McClean

A podcast episode featuring Duncan McClean, a software developer at Statamic, discussing his work and insights in the Statamic CMS ecosystem. Host Michael LaRoy explores Duncan's development journey and contributions to the Laravel-adjacent Statamic community.

10
YouTube Video youtube.com

NativePHP: Build Mobile Apps with PHP & Laravel

This week on Nunos channel he walks through building a NativePHP application, showing how simple it is to use and build an application, with special guest Shane Rosenthal. By the way Jump looks so good as a way to quickly add a development app to your phone.

Also Notable

+4 more
YouTube Video laravel-news.com

Laravel Cloud Adds “Markdown for Agents” to Serve AI-Friendly Content

Every day the speed at which AI is moving is incredible and one thing we know is that were seeing a lot more traffic coming from things like coding assistants, AI search engines and lots of other AI related things. The big issue about our websites right now is that they are big and sometimes bloated so for AI to understand these they're consuming lots of token, Markdown is a nice lean way around this. Eric talks about a new feature that has just been released by Laravel Cloud to help with this.

YouTube Video
Blog Post durable-workflow.com

Building a Durable AI Travel Agent with Laravel

Learn how to build a robust conversational AI travel agent that handles complex booking flows, automatic cancellations, and failure recovery using Laravel AI SDK and Durable Workflows. This tutorial shows how to replace hundreds of lines of infrastructure code with just 100 lines of clean business logic for managing distributed transactions.

Blog Post