PHP 9: Holly's Roadmap (Generics, Structs & More)
– youtu.be - submitted by Nuno Maduro
Read more [youtu.be]
– youtu.be - submitted by Nuno Maduro
Read more [youtu.be]
– albertoarena.it - submitted by Alberto Arena
A live, zoomable ER diagram of your Laravel app's actual database schema, safe to run in production because it only ever reads structure, never rows.
Read more [albertoarena.it]
– laraplugins.io - submitted by Andrei-Daniel Petrica
Laravel is becoming the best choice for building full-stack web projects in the AI agentic coding era. But rewriting functionality from scratch each time wastes tokens. That is why Laraplugins.io curated plugins that integrate directly with the Laravel AI SDK, so your agent can hit the ground running on new projects faster
Read more [laraplugins.io]
– github.com - submitted by Ash Allen
Favicon Fetcher v3.12.0 adds support for Guzzle 8 and includes security improvements for the GitHub Actions workflows.
Read more [github.com]
– securized.dev - submitted by Evan
I found there wasn't any good SSRF prevention libraries for Laravel, so I built one. Very comprehensive tests based on this paper: https://www.usenix.org/conference/usenixsecurity24/presentation/wessels https://github.com/securized/laravel-ssrf
Read more [securized.dev]
– wendelladriel.com - submitted by Wendell Adriel
A deep dive into PHP attributes, from metadata and Reflection to practical design patterns, Laravel examples, performance, testing, and the cases where explicit code is better.
Read more [wendelladriel.com]
– elishaukpongson.medium.com - submitted by Elisha Ukpong
This article explains how to introduce a ledger that tracks the movements of a column, to ensure that at all points, the final state of the column can be derived from all the movements that has happened over time.
Read more [elishaukpongson.medium.com]
– albertoarena.it - submitted by Alberto Arena
There's a third way to automate Claude Code, and unlike /goal and /loop, it doesn't need your laptop open at all. Anthropic just shipped routines: cloud-hosted automations triggered by a schedule, an API call, or a GitHub event.
Read more [albertoarena.it]
– wendelladriel.com - submitted by Wendell Adriel
A deep dive into the Laravel Scheduler, from event registration and cron evaluation to mutexes, background processes, sub-minute tasks, and production-safe scheduling.
Read more [wendelladriel.com]
– albertoarena.it - submitted by Alberto Arena
Anthropic found that Claude's internal reasoning uses a small, limited workspace, not the whole conversation. I break down what that means in practice: stage your prompts one decision at a time instead of dumping a whole feature at once.
Read more [albertoarena.it]
– lukapeharda.com - submitted by Luka Peharda
Every year I dread coming back from vacation not because of the work, but because I have no idea where I left off. A failing test, a well-written TODO, and a slow first day back are all you need to ease back in.
Read more [lukapeharda.com]
– www.conroyp.com - submitted by Paul Conroy
Agentic commerce is a buzzy term, but is still pretty abstract for developers asking what they can actually build today. This post explains MPP through a working Laravel example, and introduces the new square1/laravel-mpp package.
Read more [www.conroyp.com]
– wendelladriel.com - submitted by Wendell Adriel
A practical deep dive into UUIDs, ULIDs, and Sqids, from generation models and sorting behavior to database storage, public IDs, and security trade-offs.
Read more [wendelladriel.com]
– github.com - submitted by Shehryar Amin
A simple, secure, and fluent PHP API for running untrusted code in isolated Docker containers, talking to the Docker Engine API directly over Guzzle. Sandboxes are locked down by default (no network, non-root, read-only rootfs, resource limits), with fluent managers for containers, images, networks, and volumes.
Read more [github.com]
– danielpetrica.com - submitted by Andrei-Daniel Petrica
I updated My popular guide on automated database backups with Docker Compose, now using the renamed nfrastack/container-db-backup image with multi-job support. Now it Includes a handy interactive configurator tool that generates docker-compose and .env files on the fly. Built for devs running multiple Laravel projects who want painless, scheduled backups to S3 or local storage.
Read more [danielpetrica.com]
– albertoarena.it - submitted by Alberto Arena
CLAUDE.md isn't documentation, it's working memory. A practical approach to keeping it lean and focused instead of letting it grow into an unreadable 300-line dumping ground.
Read more [albertoarena.it]
– roundly-consulting.com - submitted by Andrej
Open source is the substrate the whole industry now runs on — and the quiet engine behind reliable AI coding. Here is why it matters more than ever.
Read more [roundly-consulting.com]
– youtu.be - submitted by Nuno Maduro
Read more [youtu.be]
– wendelladriel.com - submitted by Wendell Adriel
A deep dive into Laravel Context, from request metadata and automatic log enrichment to hidden context, scoped values, queues, scheduled commands, and internals.
Read more [wendelladriel.com]
– docs.volt-test.com - submitted by Eslam A-Elwafa
A practical guide to stress testing PHP and Laravel applications with VoltTest. It covers PHP-native test scenarios, Laravel Artisan commands, tool comparisons, key metrics like P95/P99 latency, and how to scale tests with VoltTest Cloud.
Read more [docs.volt-test.com]