Laravel News
@laravelnews.com
π€ 6068
π₯ 106
π 1333
Your news source for the Laravel PHP Framework. Email us at
[email protected]
ποΈ Just published a new episode of Laravel News Podcast: Route metadata, faster Filament, and documented APIs. Have a listen:
loading . . .
Route metadata, faster Filament, and documented APIs
Jake and Michael discuss all the latest Laravel releases, tutorials, and...
https://share.transistor.fm/s/d354141e
about 21 hours ago
0
1
0
Intercept: Middleware Guardrails for Laravel AI Agents posted by
@ylynfatt.bsky.social
laravel-news.com/intercept-mi...
loading . . .
Intercept: Middleware Guardrails for Laravel AI Agents - Laravel News
Intercept is a set of drop-in middleware for the Laravel AI SDK that filters prompts for injection attempts and PII before they reach a provider.
https://laravel-news.com/intercept-middleware-guardrails-for-laravel-ai-agents
about 22 hours ago
0
3
1
AI Review for Laravel Upgrades
laravel-news.com/ai-review-la...
loading . . .
AI Review for Laravel Upgrades - Laravel News
Introducing a built-in AI Review of your Shift. Providing a second pass on your upgrade, guided by Shift's detailed comments combined with AI's context.
https://laravel-news.com/ai-review-laravel-upgrade
about 23 hours ago
0
0
0
HTTP Query Method Support in Laravel 13.19
laravel-news.com/laravel-13-1...
loading . . .
HTTP Query Method Support in Laravel 13.19 - Laravel News
Laravel 13.19.0 adds an Http::query() client method and query/queryJson testing helpers for the HTTP QUERY verb, plus a reduceInto collection method, a counted string helper, and bulk SQS job dispatching.
https://laravel-news.com/laravel-13-19-0
2 days ago
0
0
0
Ship AI with Laravel: I Tricked My Own AI Into Leaking Everything posted by
@harrisrafto.eu
laravel-news.com/ship-ai-with...
loading . . .
Ship AI with Laravel: I Tricked My Own AI Into Leaking Everything - Laravel News
First I socially engineer our own support agent into leaking its full system prompt and another customer's data. Then we lock it down with four layers of defense: a hardened prompt, a local LLM guard running on Ollama, tool-level authorization, and output filtering. The finale of Ship AI with Laravel.
https://laravel-news.com/ship-ai-with-laravel-i-tricked-my-own-ai-into-leaking-everything
2 days ago
0
1
1
Laravel MPP: Charge AI Agents for API Access with 402 Payment Required
laravel-news.com/laravel-mpp-...
loading . . .
Laravel MPP: Charge AI Agents for API Access with 402 Payment Required - Laravel News
Laravel MPP is middleware from Square1 that gates routes behind the Machine Payments Protocol, returning a 402 challenge that AI agents pay with Stripe Shared Payment Tokens or Tempo pathUSD and then retry.
https://laravel-news.com/laravel-mpp-charge-ai-agents-for-api-access-with-402-payment-required
3 days ago
1
2
0
What's missing from your PHP development environment
laravel-news.com/whats-missin...
loading . . .
What's missing from your PHP development environment - Laravel News
DDLess is free for local debugging. The desktop app gives you step debugging, the Task Runner, Method Execution, and the Playground at no cost. A Pro plan adds conditional breakpoints, SSH debugging, and a PHPStorm plugin.
https://laravel-news.com/whats-missing-from-your-php-development-environment
4 days ago
0
1
0
EnvKit: A Local Development Stack for Laravel on Windows and macOS posted by
@ylynfatt.bsky.social
laravel-news.com/envkit-a-loc...
loading . . .
EnvKit: A Local Development Stack for Laravel on Windows and macOS - Laravel News
EnvKit is a free desktop app that bundles nginx or Apache, multiple PHP versions, databases, and trusted .test HTTPS into one control panel.
https://laravel-news.com/envkit-a-local-development-stack-for-laravel-on-windows-and-macos
4 days ago
0
1
1
A Copy/Paste Detector CLI for PHP 8.5+
laravel-news.com/a-copypaste-...
loading . . .
A Copy/Paste Detector CLI for PHP 8.5+ - Laravel News
phpcpd-next is a maintained, dependency-free successor to Sebastian Bergmann's phpcpd that finds duplicated PHP code, including reordered and gapped clones.
https://laravel-news.com/a-copypaste-detector-cli-for-php-85
7 days ago
0
2
0
Commune: A Private Community for Founders and Builders
laravel-news.com/commune-a-pr...
loading . . .
Commune: A Private Community for Founders and Builders - Laravel News
Commune is a gamified social platform for builders to share what theyβre working on, connect with other founders, and launch their projects.
https://laravel-news.com/commune-a-private-community-for-founders-and-builders
8 days ago
0
0
0
Laravel AI Tasks: An AI Orchestration Package for Queues, Logging, and Cost Control
laravel-news.com/laravel-ai-t...
loading . . .
Laravel AI Tasks: An AI Orchestration Package for Queues, Logging, and Cost Control - Laravel News
Laravel AI Tasks is a package by fomvasss that wraps the Laravel AI SDK with reusable task classes, queued and streamed execution, cost tracking, and a built-in dashboard.
https://laravel-news.com/laravel-ai-tasks-an-ai-orchestration-package-for-queues-logging-and-cost-control
8 days ago
0
0
0
Worker Metrics on the WorkerStopping Event in Laravel 13.18
laravel-news.com/laravel-13-1...
loading . . .
Worker Metrics on the WorkerStopping Event in Laravel 13.18 - Laravel News
Laravel 13.18.0 exposes jobs-processed counts on the WorkerStopping event, adds graceful shutdown to schedule:work, introduces priority-based dev command registration, and hardens the Number helpers against INF/NAN.
https://laravel-news.com/laravel-13-18-0
9 days ago
0
0
0
Clonio CLI: Clone Production Databases With Anonymized Data
laravel-news.com/clonio-cli-c...
loading . . .
Clonio CLI: Clone Production Databases With Anonymized Data - Laravel News
A PHP command-line tool that copies production databases into development, CI, and test environments while anonymizing PII and recording a signed audit trail.
https://laravel-news.com/clonio-cli-clone-production-databases-with-anonymized-data
10 days ago
0
0
0
Ship AI with Laravel: Test Your AI System with Zero API Calls posted by
@harrisrafto.eu
laravel-news.com/ship-ai-with...
loading . . .
Ship AI with Laravel: Test Your AI System with Zero API Calls - Laravel News
We've built agents, tools, a knowledge base, and streaming. Now how do you test it without hitting OpenAI on every run? In this episode we test the entire system with Pest and zero API calls using the SDK's faking system. Fast, deterministic, free.
https://laravel-news.com/ship-ai-with-laravel-test-your-ai-system-with-zero-api-calls
10 days ago
0
1
2
Laravel WhatsApp: Two Backends Behind One Facade posted by
@ylynfatt.bsky.social
laravel-news.com/laravel-what...
loading . . .
Laravel WhatsApp: Two Backends Behind One Facade - Laravel News
Laravel WhatsApp wraps both the Meta Cloud API and a whatsapp-web.js sidecar behind a single facade, with a Livewire admin UI for managing sessions, messages, and webhooks.
https://laravel-news.com/laravel-whatsapp-two-backends-behind-one-facade
11 days ago
0
4
1
Turn PHP Attributes Into Docs With Signal posted by
@ylynfatt.bsky.social
laravel-news.com/turn-php-att...
loading . . .
Turn PHP Attributes Into Docs With Signal - Laravel News
Signal is a PHP library that reads attributes on your classes and methods and turns them into Markdown and JSON documentation through a single command.
https://laravel-news.com/turn-php-attributes-into-docs-with-signal
14 days ago
0
3
1
USAIGE: Track Token Usage and Costs for Laravel AI SDK Requests
laravel-news.com/usaige-track...
loading . . .
USAIGE: Track Token Usage and Costs for Laravel AI SDK Requests - Laravel News
USAIGE is a Laravel package by Ludovic Guenet that records every AI request as a run with token counts, USD costs, provider details, and status β plus a built-in dashboard for browsing the data.
https://laravel-news.com/usaige-track-token-usage-and-costs-for-laravel-ai-sdk-requests
14 days ago
0
0
0
Help make Filament faster!
laravel-news.com/help-make-fi...
loading . . .
Help make Filament faster! - Laravel News
Calling all Filament users β want to help make Filament faster? As of today, the team has launched some big performance upgrades across all of the first-party Filament packages into beta and they need your help to test the releases in some real-world applications! Read on for more information about the changes that have been made!
https://laravel-news.com/help-make-filament-faster
14 days ago
0
5
0
ποΈ Just published a new episode of Laravel News Podcast: State of PHP, Caching Laravel, and Monitoring Apps. Have a listen:
loading . . .
State of PHP, Caching Laravel, and Monitoring Apps
Jake and Michael discuss all the latest Laravel releases, tutorials, and...
https://share.transistor.fm/s/8a3c737a
15 days ago
0
1
0
Yammi Audit Log: Track Who Really Made a Change Across Jobs and Queues posted by
@ylynfatt.bsky.social
laravel-news.com/yammi-audit-...
loading . . .
Yammi Audit Log: Track Who Really Made a Change Across Jobs and Queues - Laravel News
A Laravel audit package that records model changes along with the actor, the origin, and a correlation ID, so a change made inside a queued job still points back to the user who started it.
https://laravel-news.com/yammi-audit-log-track-who-really-made-a-change-across-jobs-and-queues
15 days ago
0
3
1
Route Metadata Support in Laravel 13.17
laravel-news.com/laravel-13-1...
loading . . .
Route Metadata Support in Laravel 13.17 - Laravel News
Laravel 13.17.0 adds first-class route metadata support, Postgres transaction pooler integration, a dev:list command, and a Should Not Retry exception handler for queue jobs.
https://laravel-news.com/laravel-13-17-0
16 days ago
0
1
0
Ship AI with Laravel: Failover, Queues, and Middleware for AI Agents posted by
@harrisrafto.eu
laravel-news.com/ship-ai-with...
loading . . .
Ship AI with Laravel: Failover, Queues, and Middleware for AI Agents - Laravel News
Your AI platform works in development, but what happens when the provider goes down at 2am or traffic spikes? In this episode we add provider failover, queued background processing, and middleware for logging, rate limiting, and cost tracking. The infrastructure that keeps it running in production.
https://laravel-news.com/ship-ai-with-laravel-failover-queues-and-middleware-for-ai-agents
16 days ago
0
2
1
Monitor and Control Schedules, Queues, and Errors in Laravel with Watchtower
laravel-news.com/monitor-and-...
loading . . .
Monitor and Control Schedules, Queues, and Errors in Laravel with Watchtower - Laravel News
A Laravel package by Devifyo that combines scheduled tasks, queues, jobs, and exceptions into one production dashboard β with bulk retries, on-demand task runs, and error resolution built in.
https://laravel-news.com/monitor-and-control-schedules-queues-and-errors-in-laravel-with-watchtower
17 days ago
0
0
0
Showcase Your PhpStorm Expertise on LinkedIn posted by
@ericlbarnes.com
laravel-news.com/showcase-you...
loading . . .
Showcase Your PhpStorm Expertise on LinkedIn - Laravel News
JetBrains has partnered with LinkedIn Connected Apps to let developers display a usage-based proficiency badge for PhpStorm and other JetBrains IDEs directly on their profile.
https://laravel-news.com/showcase-your-phpstorm-expertise-on-linkedin
18 days ago
1
0
0
Privacy Filter: Detect PII in Text from Laravel
laravel-news.com/privacy-filt...
loading . . .
Privacy Filter: Detect PII in Text from Laravel - Laravel News
A Laravel wrapper by DirectoryTree around the privacy-filter.cpp binary that detects private entities like names and emails in text, with confidence scores, byte offsets, and a test fake.
https://laravel-news.com/privacy-filter-detect-pii-in-text-from-laravel
18 days ago
1
0
0
NationForge: A Self-Hosted Admin Panel for Civic Organizations posted by
@ylynfatt.bsky.social
laravel-news.com/nationforge-...
loading . . .
NationForge: A Self-Hosted Admin Panel for Civic Organizations - Laravel News
NationForge is an open-core Laravel 12 application that gives political movements, civic groups, and community organizations a self-hosted home for contacts, events, donations, and campaigns.
https://laravel-news.com/nationforge-a-self-hosted-admin-panel-for-civic-organizations
18 days ago
0
1
1
Monitor Laravel Queues, Commands, and Schedulers on Any Driver with Vigilance posted by
@ylynfatt.bsky.social
laravel-news.com/monitor-lara...
loading . . .
Monitor Laravel Queues, Commands, and Schedulers on Any Driver with Vigilance - Laravel News
A self-hosted dashboard that records the lifecycle of jobs, artisan commands, and scheduled tasks across every queue driver, with manual dispatch and production-minded sampling controls.
https://laravel-news.com/monitor-laravel-queues-commands-and-schedulers-on-any-driver-with-vigilance
21 days ago
0
6
2
Watch the Teaser for 'The Story of PHP' Documentary posted by
@ericlbarnes.com
laravel-news.com/watch-the-te...
loading . . .
Watch the Teaser for 'The Story of PHP' Documentary - Laravel News
CultRepo has released a teaser for The Story of PHP, a JetBrains-sponsored documentary featuring Taylor Otwell, Fabien Potencier, Nikita Popov, and more.
https://laravel-news.com/watch-the-teaser-for-the-story-of-php-documentary
22 days ago
0
3
1
Ship AI with Laravel: Give Your AI Agent Live Web Search posted by
@harrisrafto.eu
laravel-news.com/ship-ai-with...
loading . . .
Ship AI with Laravel: Give Your AI Agent Live Web Search - Laravel News
The agent can answer from our knowledge base, but not about things that change by the minute like shipping delays. In this episode we add the WebSearch tool so the agent can pull live information from the web, with a locked-down allow list so it only hits domains we trust.
https://laravel-news.com/ship-ai-with-laravel-give-your-ai-agent-live-web-search
22 days ago
0
2
2
Lattice: Describe Inertia UIs in PHP
laravel-news.com/lattice-desc...
loading . . .
Lattice: Describe Inertia UIs in PHP - Laravel News
Lattice is a server-driven UI framework for Laravel that lets you define pages, forms, and tables in PHP and renders them as typed React components over Inertia.
https://laravel-news.com/lattice-describe-inertia-uis-in-php
22 days ago
0
0
0
How We Cached Laravel News at the Edge with Fast Laravel posted by
@ericlbarnes.com
laravel-news.com/how-we-cache...
loading . . .
How We Cached Laravel News at the Edge with Fast Laravel - Laravel News
Jason McCreary joined the Laravel Creator Series to walk through how we used his Fast Laravel practices and Cloudflare to cache Laravel News, a high-traffic site whose content changes all day.
https://laravel-news.com/how-we-cached-laravel-news-at-the-edge-with-fast-laravel
23 days ago
0
2
0
The artisan dev Command in Laravel 13.16.0
laravel-news.com/laravel-13-1...
loading . . .
The artisan dev Command in Laravel 13.16.0 - Laravel News
Laravel 13.16.0 adds an artisan dev command for running development processes, a whenFilledEnum request method, withCookies on all responses, and an array maintenance mode driver for parallel testing.
https://laravel-news.com/laravel-13-16-0
23 days ago
0
5
1
LaraOwl: Self-Hosted Monitoring for Laravel Applications posted by
@ylynfatt.bsky.social
laravel-news.com/laraowl-self...
loading . . .
LaraOwl: Self-Hosted Monitoring for Laravel Applications - Laravel News
LaraOwl is an open-source, self-hosted observability platform for Laravel that tracks requests, exceptions, queries, and jobs, with a client package that ships telemetry to a server you run yourself.
https://laravel-news.com/laraowl-self-hosted-monitoring-for-laravel-applications
24 days ago
0
4
2
Filament Storage Monitor: Track Disk Usage From Your Filament Dashboard
laravel-news.com/filament-sto...
loading . . .
Filament Storage Monitor: Track Disk Usage From Your Filament Dashboard - Laravel News
Filament Storage Monitor is a plugin that adds a dashboard widget for monitoring server disk usage across multiple partitions, with custom labels, health-based coloring, and per-disk authorization.
https://laravel-news.com/filament-storage-monitor-track-disk-usage-from-your-filament-dashboard
24 days ago
0
1
0
Refresh Your Laravel Database Without Dropping Every Table posted by
@ylynfatt.bsky.social
laravel-news.com/refresh-your...
loading . . .
Refresh Your Laravel Database Without Dropping Every Table - Laravel News
Custom Fresh adds a `fresh:custom` Artisan command that rebuilds your Laravel database while leaving the tables you name untouched.
https://laravel-news.com/refresh-your-laravel-database-without-dropping-every-table
24 days ago
0
2
1
Subscriptionify: Feature-Based Subscription Management for Laravel posted by
@ylynfatt.bsky.social
laravel-news.com/subscription...
loading . . .
Subscriptionify: Feature-Based Subscription Management for Laravel - Laravel News
Subscriptionify is a gateway-agnostic Laravel package for modeling plans, features, usage quotas, and optional overage billing without tying your application to a specific payment provider.
https://laravel-news.com/subscriptionify
25 days ago
0
1
1
Toolkit: Reusable AI Tools for the Laravel AI SDK
laravel-news.com/toolkit-reus...
loading . . .
Toolkit: Reusable AI Tools for the Laravel AI SDK - Laravel News
Toolkit is a community catalog of small, independently installable tools for the Laravel AI SDK, covering math, read-only database queries, and web search, research providers, and more.
https://laravel-news.com/toolkit-reusable-ai-tools-for-the-laravel-ai-sdk
28 days ago
0
1
0
Laracon US 2026 Reveals Its Full Speaker Lineup posted by
@ericlbarnes.com
laravel-news.com/laracon-us-2...
loading . . .
Laracon US 2026 Reveals Its Full Speaker Lineup - Laravel News
Laracon US 2026 has announced its complete speaker lineup for July 28-29 in Boston, headlined by Taylor Otwell, Aaron Francis, Nuno Maduro, and Kent C. Dodds.
https://laravel-news.com/laracon-us-2026-reveals-its-full-speaker-lineup
29 days ago
0
6
1
The State of PHP 2026 Survey Is Now Open posted by
@ericlbarnes.com
laravel-news.com/the-state-of...
loading . . .
The State of PHP 2026 Survey Is Now Open - Laravel News
JetBrains and The PHP Foundation have launched the first State of PHP survey, gathering data on how PHP developers work, what tools they use, and where the language should go next.
https://laravel-news.com/the-state-of-php-2026-survey-is-now-open
29 days ago
0
1
0
ποΈ Just published a new episode of Laravel News Podcast: Discovering Listeners, Ecosystem Security, and Eloquent Types. Have a listen:
loading . . .
Discovering Listeners, Ecosystem Security, and Eloquent Types
Jake and Michael discuss all the latest Laravel releases, tutorials, and...
https://share.transistor.fm/s/5bcbf033
29 days ago
0
0
0
Version-Controlled Documentation Inside Your Laravel App with Laradocs
laravel-news.com/version-cont...
loading . . .
Version-Controlled Documentation Inside Your Laravel App with Laradocs - Laravel News
Laradocs turns markdown files committed alongside your code into a served documentation site at /docs, with folder-based navigation, front-matter metadata, and content reuse via variables and macros.
https://laravel-news.com/version-controlled-documentation-inside-your-laravel-app-with-laradocs
29 days ago
0
0
0
Typed Translation Accessors in Laravel 13.15.0
laravel-news.com/laravel-13-1...
loading . . .
Typed Translation Accessors in Laravel 13.15.0 - Laravel News
Laravel 13.15.0 adds typed translation accessors, JSON Schema deserialization, a dedicated Cloud queue driver, and security fixes for date validation and route unserialization.
https://laravel-news.com/laravel-13-15-0
30 days ago
0
2
1
JetBrains PHPverse 2026 is streaming live right now. Check it out:
www.youtube.com/live/NR9L0zw...
loading . . .
JetBrains PHPverse 2026 β Bringing the PHP community together
Join us on June 9 to hear from leading voices throughout the PHP ecosystem and get practical insights you can apply right away. Learn, get inspired, and conn...
https://www.youtube.com/live/NR9L0zwXJq4
about 1 month ago
0
2
1
JSON Schema Deserialization in Laravel 13.14
laravel-news.com/laravel-13-1...
loading . . .
JSON Schema Deserialization in Laravel 13.14 - Laravel News
Laravel 13.14 adds JsonSchema::fromArray() for turning JSON Schema arrays back into Type objects, queue inheritance fixes, job inspection improvements, and several HTTP client and mail fixes.
https://laravel-news.com/laravel-13-14-0
about 1 month ago
0
1
0
Generate Short, URL-Safe IDs From Numbers With Sqids posted by
@ylynfatt.bsky.social
laravel-news.com/generate-sho...
loading . . .
Generate Short, URL-Safe IDs From Numbers With Sqids - Laravel News
Sqids is a PHP library that encodes one or more integers into short, URL-safe strings and decodes them back, with options for minimum length, a custom alphabet, and a profanity blocklist.
https://laravel-news.com/generate-short-url-safe-ids-from-numbers-with-sqids
about 1 month ago
0
3
1
Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks
laravel-news.com/scheduler-li...
loading . . .
Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks - Laravel News
Scheduler List adds a Pulse-style web interface to Laravel that lists every scheduled task, lets you search and filter them, and can run a task on demand while streaming its output.
https://laravel-news.com/scheduler-list-a-web-dashboard-for-laravels-scheduled-tasks
about 1 month ago
0
3
0
Day two of Frontend Nation is now streaming live. Check it out!
frontendnation.com/
loading . . .
Frontend Nation 2026
Learn new Web Development skills. Get your career to the next level with online training, covering topics from across the app development ecosystem
https://frontendnation.com/
about 1 month ago
0
1
0
Community Laravel Extension for Zed
laravel-news.com/community-la...
loading . . .
Community Laravel Extension for Zed - Laravel News
Laravel for Zed is a community LSP extension that adds go-to-definition, hover cards, find references, rename, and Blade tooling to the Zed editor through static analysis of your project.
https://laravel-news.com/community-laravel-extension-for-zed
about 1 month ago
0
2
0
Advanced Eloquent Query Filtering with Filterable posted by
@ylynfatt.bsky.social
laravel-news.com/advanced-elo...
loading . . .
Advanced Eloquent Query Filtering with Filterable - Laravel News
Filterable is a Laravel package that provides multiple engines for advanced, scalable filtering of Eloquent models, including support for nested JSON and relationship filtering.
https://laravel-news.com/advanced-eloquent-query-filtering-with-filterable
about 1 month ago
0
3
1
Laravel's AI SDK now lets you hand off agents as tools to other agents, turning the SDK into a proper orchestration layer.
loading . . .
about 1 month ago
0
2
0
Load more
feeds!
log in