Artisan Weekly
IssueNº 99
Dated28 Aug 2026
Subscribers86
← Back to Archive
Artisan Weekly Edition 99!

Edition №99

Published
Week ending August 28, 2026
Items
10 featured · 6 notable
● Top 10 Video companion
on YouTube

Top 10 Links

Featured · Edition 99
01
Blog Post thephp.foundation

So You Received a Security Report. Now What?

You've been maintaining a PHP package or project for a while now, and you suddenly get a security vulnerability report sent to you. What do you need to do? Sebastian from the PHP Foundation has put together this helpful guide on what you should do next.

02
Blog Post laravel.com

We built laracon.us/photos. We're not developers.

A compelling story about how Laravel's field marketers built a photo-sharing application for Laracon US using Claude AI and Laravel, demonstrating that you don't need to be a developer to create real solutions with the right tools and framework structure.

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

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

Also Notable

+6 more
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.

Blog Post