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

Edition №81

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

Another week another Artisan Weekly, Edition 81 is here! Plenty of good reads this week it was difficult to pick the top ten as there was so many good posts but I somehow managed.

Top 10 Links

Featured · Edition 81
02
Blog Post Filament tallcms.com

Extend Filament v5's Rich Editor Into a Block Editor

A comprehensive guide to extending Filament v5's new Tiptap-powered Rich Editor into a full-featured block editor system. Learn how to implement auto-discovery, composable traits, and enhanced UI for managing complex content blocks in Laravel applications.

03
Blog Post rubenvanassche.com

Introducing TypeScript Transformer 3

Ruben van Assche announces the complete rewrite of TypeScript Transformer 3, a popular PHP package that bridges PHP and TypeScript by transforming PHP classes into TypeScript types. The new version introduces a framework-based approach with enhanced flexibility, ditches the collector concept, and integrates PHPStan for better type analysis.

05
Blog Post Coding Tip notesonlaravel.com

How a 6KB Column Was Slowing Down Every Page in My Laravel App

A detailed case study of how a single 6KB vector column was causing performance issues across an entire Laravel app, especially with Livewire components. The post explores three solutions including global scopes, table normalization, and explicit select queries to optimize database performance.

06
Blog Post AI / ML laravel-news.com

Spatie Shares Their Coding Guidelines as AI Skills

We all know coding guidelines are important within a team. This is becoming even more important with teams that are using AI. Spatie have recently put together an AI skill of their coding guidelines that will help you're agent write cleaner and more solid code. If you've been looking for a set of guidelines to use why not look to use what one of the best Laravel Teams in the world use.

08
Conference/Talk lp.jetbrains.com

JetBrains PHPverse 2026 – Bringing the PHP Community Together

JetBrains is hosting PHPverse 2026, a free online conference for PHP developers worldwide featuring talks from community leaders like Jeffrey Way, Fabien Potencier, and Elizabeth Barron. The event covers modern PHP development, AI integration, WordPress evolution, and the future of the PHP ecosystem.

09
Blog Post laracraft.tech

The code quality stack behind every Laracraft package

A detailed walkthrough of the quality assurance tools and practices used at Laracraft for their Laravel packages and production apps. The post covers their stack including PestPHP for testing, PHPStan for static analysis, Rector for automated refactoring, and Laravel Pint for code styling.

10
Blog Post Filament filamentmastery.com

How I Structure My Filament Projects Today

I bet there are a lots of different ways you can structure your Filament projects. I always find it interesting seeing peoples approaches to this. In this post Julien shows us how he structures his projects today.

Also Notable

+10 more
GitHub Repository github.com

Laravel PHP Attributes List

A comprehensive curated list of all available PHP attributes in the Laravel framework, covering everything from Eloquent models and queues to controllers and dependency injection. This handy reference helps Laravel developers quickly discover and implement the framework's attribute-based features across different components.

Package
Blog Post spatie.be

The latest and greatest in postcardware at Spatie

Spatie shares how they built Kaartje, a 3D digital postcard wall that displays community postcards on an interactive spinning globe, using modern tech like React Three Fiber and AI assistance. The post details their hackathon project including performance optimisations, code sharing between web and mobile, and the technical challenges of rendering hundreds of animated postcards smoothly.

Blog Post
Blog Post notesonlaravel.com

Migrating from PrismPHP to the Laravel AI SDK

A detailed guide on migrating from PrismPHP to Laravel's official AI SDK, covering architectural changes from a generic service class to declarative Agent classes. The author shares three key gotchas encountered during migration: model temperature support issues, strict mode requirements for nested objects, and proper exception handling with Throwable vs Exception.

Blog Post
Blog Post masteringlaravel.io

Cloudflare, Laravel, and TLS

A helpful tip about configuring Cloudflare's Full TLS option when using Laravel Forge to avoid endless redirect loops. Essential knowledge for Laravel developers deploying apps with Cloudflare proxy protection.

Blog Post
Blog Post phare.io

What Paddle doesn't tell you about implementing metered billing

A detailed technical walkthrough of implementing metered billing with Paddle as a merchant-of-record, covering the challenges and workarounds needed for usage-based SaaS pricing. The author shares practical insights from migrating Phare from Stripe to Paddle, including solutions for calendar month billing cycles and proper metered usage handling.

Blog Post
Blog Post securinglaravel.com

In Depth: Don't Trust Public Livewire Properties

An in-depth security analysis exploring how Laravel Livewire's public properties can be manipulated by malicious users through browser JavaScript, even when input fields are removed. This tutorial demonstrates the vulnerability with practical examples and explains why developers should never trust client-side data in Livewire components.

Security