Artisan Weekly
IssueNº 92
Dated10 Jul 2026
Subscribers80
← Back to Archive
Artisan Weekly Edition 92!

Edition №92

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

Laravel London Summer Social has Happened. England Still in the World Cup Heatwave has begun

Top 10 Links

Featured · Edition 92
01
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.

02
Blog Post blog.packagist.com

Immutable Versions on Packagist

Packagist now enforces immutable version metadata, preventing silent rewrites when git tags are modified. Deleted versions remain visible with explanatory reasons, improving supply chain security and preventing confusion when packages are updated after initial publication.

03
Tool/Package apiguide.dev

apiguide.dev | Authoritative HTTP & API Reference

A comprehensive reference directory for API developers covering HTTP status codes, headers, error schemas, and standardised Problem+JSON patterns. Includes practical guides for common scenarios like rate limiting, concurrency control, and validation failures.

04
YouTube Video youtube.com

Not Your Grandpa's PHP

PHP has been dismissed for decades, but modern PHP is fast, typed, and can even build native desktop apps. In this Developer Advocate Chat, Jeremy Foster sits down with Jim Seconde, PHP Developer Advocate at Vonage, to discuss how PHP has evolved over the years and why it's worth another look.

06
YouTube Video youtube.com

Real-Time Laravel Without WebSockets (Inertia Polling)

Real-time updates in Laravel usually mean reaching for WebSockets, but a lot of the time you don't need them. In this video Christoph show how polling with Inertia has become very powerful: live updates in a single line with usePoll, partial reloads with `only`, and the new concurrency modes (overlap, cancel, rest) that give you real control over how requests behave.

07
Blog Post spec.tacul.ar

Building a Flat-File Blog with Laravel Folio

A comprehensive tutorial demonstrating how to create a simple, database-free blog within Laravel using Folio and YAML front matter, perfect for embedding blog functionality without the overhead of full CMS infrastructure.

08
YouTube Video youtube.com

This Week In PHP Internals | July 8, 2026

Another great insight into this week in PHP Internals By Artisan Build. If you've not been keeping up to date with RFC's or whats going on these videos are great for a snapshot of what is happening.

10
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.

Also Notable

+1 more