Artisan Weekly
IssueNº 101
Dated11 Sep 2026
Subscribers87
← Back to Archive
Artisan Weekly Edition 101

Edition №101

Published
Week ending September 11, 2026
Items
10 featured · 6 notable

Top 10 Links

Featured · Edition 101
02
Blog Post securinglaravel.com

Security Tip: The Trap That Caught Me!

A security tip exploring how to detect and block suspicious bot activity in Laravel applications by monitoring Livewire exceptions, with recommendations for enhancing IP-based banning strategies and implementing alerting systems.

03
Blog Post laravel-news.com

The Laracon Archive

This Laracon Archive is a neat little project made by Prince John Santillan that is a historical record of all Laracon talks.

04
Blog Post laravel.com

Why I think we should write our own PR descriptions

Hands up if you let your agents write your PR descriptions. I know I'm guilty of this sometimes. Ryan puts the case forward of why we as developers should still write our own PR descriptions, read on to find out his thoughts on why we should do them.

06
Blog Post oussama-mater.tech

A Series of Unfortunate Jobs

Ossuma walks us through a number of common Laravel Queue Gotchas, including issues with retryUntil() timing and Horizon supervisor configuration defaults. Learn from real-world mistakes to avoid debugging headaches in your queue implementation.

07
Blog Post ashallendesign.co.uk

Fixing PHPStan Issues in Livewire Components with Larastan-Livewire

You know the feeling you've written some lovely looking code adding something taking something away and then you go run your static analysis and things just go from green to red. Well Ashley recently started to make changes to his Find a PR application and came across this exact problem. Read on to find out how Ashley solved it

08
Podcast Episode phparch.com

PHP Foundation Community Hour Podcast

A new podcast collaboration between PHP Architect and The PHP Foundation featuring live episodes and community discussions, with episodes available on all major podcast platforms and YouTube.

09
Blog Post stitcher.io

No need

Brent explores the practical limitations of TypePHP, questioning whether a compiled PHP variant that lacks ecosystem compatibility truly addresses real developer needs, and argues that the incompatibility with existing frameworks and libraries makes it an impractical choice for production environments.

Also Notable

+6 more
YouTube Video youtube.com

This Week In PHP Internals | Sept 9, 2026

A PHP RFC went to a vote on Friday and its author pulled it back by Sunday night, over a no vote from the person who wrote the policy it broke - which leaves a question every regex you've ever written has an opinion on: when a pattern fails, is that your bug, or something you catch? Plus Gina P. Banyard asking the list to declare a whole class of engine crashes undefined behaviour, the PEAR maintainer nobody could reach for months finally answering, and last week's top story closing itself with a documentation PR instead of an RFC. Eleven stories from September 2 – 9, 2026, and for the fourth week running nothing is in the voting phase.

YouTube Video
Blog Post developer.vonage.com

PHP Turns 31 and Vonage Watches PHPVerse

A comprehensive review of PHPVerse 2026 conference talks exploring PHP's 31-year journey, the PHP Foundation's governance initiatives, and supply chain security challenges in the modern PHP ecosystem. Perfect for developers keen to understand the current state and future direction of PHP development.

Blog Post
Blog Post hpweb.dev

The One Thing Laravel's config() Cannot Tell You

An in-depth exploration of when to use Laravel's config() versus environment variables, examining the fundamental limitation of configuration files and establishing a decision framework for determining which values belong in each location.

Blog Post
Blog Post yellowduck.be

One line to measure PHP memory

A practical guide to measuring PHP memory usage with a simple one-liner command, showing how to use the system's /usr/bin/time utility to capture peak RSS without code changes or deployment.

Blog Post