Laravel Filament Admin Dashboard for AI Applications: Token Costs, Prompt Management, and Agent Audit Trails
You have the AI pipeline. You have the service classes, the middleware, the queued jobs. The backend is instrumented. What you do not have is any way
php
dev.to
Apr 16, 2026
Building an XPath Query Tool in PHP — Slice XML Like a Pro
Building an XPath Query Tool in PHP — Slice XML Like a Pro
A zero-dependency PHP CLI that queries XML files with XPath and outputs matchin
php
dev.to
Apr 16, 2026
phpcron: a tiny PHP CLI for poking at cron expressions
Every few months I end up staring at a crontab line wondering "is this actually going to fire when I think it will?" The usual answer is to open a b
php
dev.to
Apr 16, 2026
How WooCommerce Coupon Tracking Fails at Scale Without Automation
The manual workflow that collapses under growth
When influencer programs start small, the process feels simple: create a WooCommerce coupon
php
dev.to
Apr 15, 2026
Laravel has no native WebDAV server — so I built one
🚀 I’ve just released the first alpha version of my Laravel WebDAV server:
👉 https://github.com/N3XT0R/laravel-webdav-server/releases/tag/1.0.0-alpha.
php
dev.to
Apr 15, 2026
DIM-DRRA: Handling 4,300+ req/s with a Distributed In-Memory PHP Architecture
In this post, I analyze a distributed architecture built with PHP, designed to handle data entirely in-memory. The model, titled DIM-DRRA (Distributed
php
dev.to
Apr 15, 2026
The Four Rate-Limiting Algorithms You Should Know (I Built a PHP Service That Runs All Five)
The Four Rate-Limiting Algorithms You Should Know (I Built a PHP Service That Runs All Five)
A Slim 4 service that exposes fixed window, s
php
dev.to
Apr 15, 2026
A Self-Hosted PHP Contact Form Backend Without CAPTCHA
A Self-Hosted PHP Contact Form Backend Without CAPTCHA
The spam defense for a tiny contact form is older and simpler than the CAPTCHA indu
php
dev.to
Apr 15, 2026
How to Escape the WooCommerce Sales Check Loop With Automated Reports
The Nexu WooCommerce Sales Dashboard Plugin replaces this cycle with a predictable, automated report delivered straight to your inbox. Instead of hunt
php
dev.to
Apr 15, 2026
How WooCommerce Staff Monitoring Works Under the Hood
This is where Nexu Activity Log distinguishes itself. Unlike standalone audit plugins that log generic WordPress events, it integrates directly with W
php
dev.to
Apr 15, 2026
2515. Shortest Distance to Target String in a Circular Array
2515. Shortest Distance to Target String in a Circular Array
Difficulty: Easy
Topics: Mid Level, Array, String, Weekly Contest 325
You are given a
php
dev.to
Apr 15, 2026
Primeiro Livro Publicado
🚀 Publiquei meu primeiro livro na Amazon!
📘 PHP do Zero: Guia Completo para Iniciantes
Depois de muito trabalho, lancei um guia completo para quem q
php
dev.to
Apr 15, 2026
Your payment model is probably lying to you
Every payment system starts the same way: one table, one provider, ship it.
Then the second provider arrives. Then retry logic. Then partial refunds.
php
dev.to
Apr 15, 2026
Have you started yet, Bobby?!
This blog has been a long time coming. I know the irony in that phrasing, but it's true. For those of you who don't know me, I'm Bobby Rivera. I've be
php
dev.to
Apr 15, 2026
future PHP: partial function application
Have you ever written something like this:
function a(int $one, int $two) {
return $one + $two;
}
function addFive(int $one) {
return a($one,
php
dev.to
Apr 15, 2026
Contract Testing for PHP Microservices with Pact
The Day Everything Broke (And Nobody Knew Why)
Picture this: it's a Tuesday morning, your order service is throwing 500 errors in productio
php
dev.to
Apr 15, 2026
Parsing phpinfo() in Pure PHP — or, How to Diff Two Containers
Parsing phpinfo() in Pure PHP — or, How to Diff Two Containers
phpinfo() is the most-used PHP debugging tool on earth, and its output form
php
dev.to
Apr 15, 2026
Writing a Safe SQL INSERT Generator Taught Me Why ORMs Exist
Writing a Safe SQL INSERT Generator Taught Me Why ORMs Exist
Every engineer writes a CSV → SQL INSERT script at some point. Usually it's a
php
dev.to
Apr 15, 2026
RFC 5545 is a 200-Page Spec. Your iCalendar Feed Needs About 150 Lines.
RFC 5545 is a 200-Page Spec. Your iCalendar Feed Needs About 150 Lines.
A PHP 8.2 + Slim 4 microservice that takes JSON events and returns
php
dev.to
Apr 15, 2026
PHP as a Microservice: A Markdown-to-HTML API in 200 Lines of Slim 4
PHP as a Microservice: A Markdown-to-HTML API in 200 Lines of Slim 4
A tiny HTTP service that renders Markdown to HTML. PHP 8.2, Slim 4, l
php
dev.to
Apr 15, 2026