Practical AI, webdev, and software signals for builders.
Latest useful updates from the open web: tools, releases, changelogs, WordPress, automation, AI coding, and small software signals worth noticing.
Updated from public feeds and lightly curated for practical builders. No hype feed. No voting. Just signals worth checking.
It is a small public signal board for Old Stack Journal. Items come from public feeds and sources, then get lightly curated so readers can spot useful AI, webdev, WordPress, tooling, automation, and software updates without wading through a noisy social feed.
PHP/LAMP signals.
Showing visible Radar cards in this category for the selected date range.
Decide with Jev: Laravel AI That Answers with a Probability
Decide with Jev is a new mini course where we build an app that checks if a draft does what its brief asked for. It uses Jev, an AI model from TypeSafe that answers with a…
Read original →Memoize Tagged Cache Reads in Laravel
Use Cache::memo()->tags() in Laravel to read tagged cache values once per request and serve repeat lookups from memory, with writes and flushes kept in sync. The post Memoize Tagged Cache Reads in Laravel appeared first on…
Read original →JetBrains Air: Run AI Coding Agents in JetBrains IDEs
JetBrains Air runs Claude Agent, Codex, Junie, and other AI coding agents in PhpStorm and other JetBrains IDEs, with team automations and AI cost controls. The post JetBrains Air: Run AI Coding Agents in JetBrains IDEs…
Read original →Eloquent Refreshes: Load Generated Columns After Save
Laravel's new Refreshes attribute reloads storedAs and virtualAs columns after create() and update(), so the model has the database value without refresh(). The post Eloquent Refreshes: Load Generated Columns After Save appeared first on Laravel News.…
Read original →Laravel AI SDK 1.0 Adds Classification and Tool Approvals
Laravel AI SDK 1.0 is out with Jev classification, Vercel Chat and AG-UI streaming, approvable tool calls, and per-step agent middleware. The post Laravel AI SDK 1.0 Adds Classification and Tool Approvals appeared first on Laravel…
Read original →Tagged Memoized Cache and Model Refreshes in Laravel 13.33
Laravel 13.33 adds tags to Cache::memo(), a Refreshes attribute for generated columns, AsCollection::nullable(), inplace() index migrations, and more. The post Tagged Memoized Cache and Model Refreshes in Laravel 13.33 appeared first on Laravel News. Join the…
Read original →Laravel Live Denmark 2026 Talks Are Now on YouTube
Watch all 17 Laravel Live Denmark 2026 talks on YouTube, including sessions on PHP, Inertia, NativePHP, security, AI, and open source. The post Laravel Live Denmark 2026 Talks Are Now on YouTube appeared first on Laravel…
Read original →Live Stream: Building a Social Network in PHP in 48 Hours
Nuno Maduro, Brent Roose, and Matthieu Napoli spent two days at the JetBrains office building a full social network in PHP, and recorded all of it. The post Live Stream: Building a Social Network in PHP…
Read original →What We Know About Laravel 14
Laravel 14 is the next major release of the Laravel framework, expected in Q1 2027. Here is what we know about new features, PHP 8.4, and breaking changes. The post What We Know About Laravel 14…
Read original →Health for Laravel: Kubernetes Probes and Prometheus Metrics
Health for Laravel adds Kubernetes liveness, readiness, and startup probes, a Prometheus metrics endpoint, and 10 built-in health checks to your app. The post Health for Laravel: Kubernetes Probes and Prometheus Metrics appeared first on Laravel…
Read original →Difflock: Lint Laravel Migrations and Diff Your Schema
Difflock is a Laravel package that checks pending migrations for risky changes, records schema baselines, and can block them in CI. The post Difflock: Lint Laravel Migrations and Diff Your Schema appeared first on Laravel News.…
Read original →Fast Excel 5.x Adds Streaming Imports and Safer Exports
Fast Excel 5.x adds lazy spreadsheet imports, chunk controls, column selection, and formula escaping for current Laravel applications. The post Fast Excel 5.x Adds Streaming Imports and Safer Exports appeared first on Laravel News. Join the…
Read original →