Artisan Weekly
IssueNº 100
Dated4 Sep 2026
Subscribers87
← Back to Archive
Artisan Weekly Edition 100!

Edition №100

Published
Week ending September 4, 2026
Items
10 featured · 0 notable
Editor's
Note

100 editions in who would have thought it.

Top 10 Links

Featured · Edition 100
02
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.

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

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

08
Blog Post laravel.com

Extracting AI rules from an existing codebase

Find out how Laravel Boost intelligently extracts and documents project conventions from existing codebases using AI agents, comparing deterministic approaches with more sophisticated skill-based extraction methods to help teams maintain their unique architectural decisions.

10
Blog Post masteringlaravel.io

Loading relationships inside a queued job

A practical guide to efficiently loading Eloquent relationships when serialising models in Laravel queued jobs and notifications, demonstrating how to convert arrays to collections for eager loading.