Artisan Weekly
IssueNº 100
Dated4 Sep 2026
Subscribers87

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 1,039
005
Blog Post statamic.com

Sidecar: Statamic for the Markdown You Already Have

Discover Sidecar, an experimental Statamic tool that lets you edit Markdown files from static site generators through a beautiful Control Panel without importing content or disrupting your existing workflow. With drivers for LaraDocs, Jigsaw, VitePress, and HydePHP, it offers a third way between rebuilding in a CMS and having developers handle all content changes.

006
Tool/Package website-deathmatch.com

Website Deathmatch

A great bit of fun here, how would you like to pit your website against another well Ryan has your back, hes developed an engaging interactive tool that compares two websites across six performance metrics including page weight, speed, domain age, and tracker count to determine which site is optimised for the web. Perfect for developers looking to benchmark their site's performance against competitors or learn best practices for building lean, fast websites.

008
Blog Post dyrynda.com.au

Your image uploads need a Content-Type header

Michael guides us through how to ensure image uploads to S3-compatible object storage are served with the correct Content-Type headers, preventing browser rendering issues and caching problems. Includes PHP enum examples and implementation patterns for Laravel applications using Livewire and Nova.

013
Blog Post phpunit.expert

Four Out of Five

Sebastian Bergmann examines how modern PHP (8.5 and 8.6) measures up against consensus concepts in modern language design, exploring lexically scoped variables, closures, objects, pattern matching, and the language's extensibility for domain-specific needs.

014
Blog Post juststeveking.com

Why Is This Hard To Change?

A comprehensive series exploring common architectural challenges in Laravel codebases, from coupling and test suite performance to model responsibilities and code organisation. This practical guide helps developers identify and address the real issues behind difficult-to-change code.

018
Blog Post richdynamix.com

PHPStan Custom Rule: Enforce Laravel Conventions

Static analysis is such an important part of your workflow running tools like PHPStan or Psalm is important to keep the quality of your codebase at a high level. If you've been using PHPStan you would have come across it's rules, but have you ever wondered how to create your own rules for PHPStan, well in this post Steven shows us how to by first picking a convention that is worth automating and taking it from there.