Skip to content
OSJ Radar

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.

85cards recently
53active sources
12 months agolast signal
What is OSJ Radar?

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.

Filtered view

PHP/LAMP signals.

Showing visible Radar cards in this category for the selected date range.

PHP/LAMP

Extract an Image's Dominant Color in Laravel

Laravel News 1 week ago

Laravel 13.24 can extract an image's dominant color as a hex string. Use it for placeholder backgrounds, letterbox fills, and readable overlay text. The post Extract an Image's Dominant Color in Laravel appeared first on Laravel…

Read original →
PHP/LAMP

Validate and Convert HEIC Images in Laravel

Laravel News 1 week ago

Laravel 13.24 accepts HEIC and AVIF uploads in the image API and validation rules. Here's how to take iPhone photos and serve them as WebP or AVIF. The post Validate and Convert HEIC Images in Laravel…

Read original →
PHP/LAMP

PhpStorm 2026.2 Released

Laravel News 1 week ago

JetBrains has released PhpStorm 2026.2 with a new Laravel tool window, a FileReference attribute for PHP, PHP 8.5 pipe operator support, and an agent skills manager. The post PhpStorm 2026.2 Released appeared first on Laravel News.…

Read original →
PHP/LAMP

CPX: The Composer Package Executor for PHP

Laravel News 2 weeks ago

cpx 2.0 is a full rewrite of the Composer package executor. It runs a command from any Composer package without adding it to your project, prefers the binaries your project already pins, and returns JSON when…

Read original →
PHP/LAMP

Blade Formatting in Laravel Pint

Laravel News 2 weeks ago

Pint 1.30.0 adds a --blade flag that formats .blade.php files through Prettier, alongside fixes for --diff, --quiet, and a new in key for pint.json. The post Blade Formatting in Laravel Pint appeared first on Laravel News.…

Read original →
PHP/LAMP

Inertia DevTools Is Now on the Chrome Web Store

Laravel News 2 weeks ago

Inertia DevTools, the official Chrome DevTools panel for inspecting Inertia.js visits, props, and route metadata, is now listed on the Chrome Web Store instead of requiring an unpacked install from GitHub. The post Inertia DevTools Is…

Read original →
PHP/LAMP

RouteKey Model Attribute in Laravel 13.21

Laravel News 3 weeks ago

Laravel 13.21 adds a #[RouteKey] attribute for Eloquent route model binding, a base64 validation rule, a RequestAttribute contextual attribute, and new output formats for the Image component. The post RouteKey Model Attribute in Laravel 13.21 appeared…

Read original →
PHP/LAMP

Laravel Time Machine: A Request Lifecycle Profiler

Laravel News 3 weeks ago

Laravel Time Machine profiles every stage of the Laravel request lifecycle, from bootstrap to termination, with a timeline dashboard and SQL query capture. The post Laravel Time Machine: A Request Lifecycle Profiler appeared first on Laravel…

Read original →
PHP/LAMP

Vocalizer: Local Text-to-Speech for PHP

Laravel News 4 weeks ago

Vocalizer is a native PHP extension for local speech synthesis, embedding sherpa-onnx and audio.cpp to run eight TTS model families — including Chatterbox voice cloning — behind one API. The post Vocalizer: Local Text-to-Speech for PHP…

Read original →
PHP/LAMP

First-Party Image Processing in Laravel 13.20

Laravel News 4 weeks ago

Laravel 13.20.0 introduces an Image facade for resizing, converting, and storing images, along with a WithoutMiddleware controller attribute, a separate Redis session prefix, and quiet bulk increment methods on Eloquent. The post First-Party Image Processing in…

Read original →
PHP/LAMP

Laravel Quota: Usage Budgets for Calendar Periods

Laravel News 4 weeks ago

A Laravel package that tracks and enforces cumulative usage limits across calendar periods, with a fluent API, an Eloquent trait, route middleware, and cache or database storage. The post Laravel Quota: Usage Budgets for Calendar Periods…

Read original →

↑ Top