Artisan Weekly
IssueNº 92
Dated10 Jul 2026
Subscribers80

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 933
001
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.

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

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

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

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

012
Blog Post jump24.co.uk

Laravel Live UK 2026 Talks Recap

A comprehensive recap of Laravel Live UK 2026 covering talks on workflow optimisation, value objects, static analysis tooling, metaprogramming, and event-driven architecture. Features insights from speakers including Ryan Chandler, Harris Raftopoulos, Yannick Chenot, and others, with practical takeaways for Laravel developers.

015
YouTube Video youtube.com

This Week in PHP Internals | July 1, 2026

This weeks video was a spicy one, it sounded like a lot has happened on the Deprecations RFC with it turning into a fight about honesty, Rob Landers opened Primary Constructors, and a user wrote a heartfelt "Disheartening Rant" about async - while the two flagship votes (Generics and __exists) both fell and the small, focused changes sailed through.

016
Blog Post Package albertoarena.it

What if every Filament write went through an aggregate?

Alberto Arena introduces filament-event-sourcing, a plugin that seamlessly integrates Spatie's event sourcing package with Filament's admin panel. The plugin routes all create, edit, and delete actions through domain aggregates whilst preserving Filament's standard forms and workflows, eliminating the previous trade-offs between using event sourcing and maintaining Filament's built-in functionality.

019
Blog Post wendelladriel.com

Everything About the Context Facade

A comprehensive deep dive into Laravel's Context facade, exploring how to use execution metadata to improve debugging across requests, queued jobs, and logs. The article covers the mental model, lifecycle integration, practical examples, and best practices for when and when not to use Context in Laravel applications.

020
Blog Post jonathanpurvis.co.uk

Laravel Live UK 2026

A comprehensive recap of Laravel Live UK 2026 from Jon Purvis, covering his experience attending the conference including speaker highlights on optimising workflows, value objects, and code quality tools. The article shares practical takeaways from Ryan Chandler, Harris Raftopoulos, and Yannick Chenot's talks, along with insights on travelling to and socialising at Laravel events.