Laravel is gauging interest in the Founders Summit, a one-day gathering in November 2026 for founders and leaders running businesses built on Laravel. The post Laravel Announces the Founders Summit, a One-Day Event for Founders appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
Laravel
https://laravel-news.com/blog/ · 58 posts · history since 2026 · active
23 Jul
Learn how to use Laravel's new Illuminate\Image API introduced in Laravel 13.20 to resize, transform, convert, and store images with practical examples. The post A Practical Guide to Laravel's First-Party Image Processing appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
22 Jul
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 first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
20 Jul
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 News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
Laravel SMS Catcher captures outgoing SMS notifications during local development and displays them in a phone-inspired inbox dashboard. The post Laravel SMS Catcher: A Local Dashboard for SMS Notifications appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
Laravel Installer v5.31.0 introduces a command to scaffold Laravel packages, along with environment variable propagation for node-less setups and automated PHP version matching for GitHub Actions. The post Scaffold Packages with the `laravel package` Command in Laravel Installer v5.31.0 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
16 Jul
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 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
Learn how to define a Laravel route that responds to the new HTTP QUERY method and use Laravel Scout's database driver to build a search API endpoint. The post Build a Laravel Scout Search Endpoint With the HTTP QUERY Method appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
A Laravel package that enforces per-action, per-owner cooldown periods with a fluent API, an Eloquent trait, route middleware, atomic locking, and cache or database storage. The post Enforce Per-Action Waiting Periods in Laravel with Cooldown appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
15 Jul
SimpleStats is a GDPR-compliant, server-side analytics platform built for Laravel that ties every visitor, signup and payment back to the campaign that earned it, so you can see which channels actually make money. The post The Analytics Stack for Laravel: Traffic, Revenue and Attribution in One Place appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles…
Laravel Legacy Bridge reads a legacy PHP session cookie, decodes the payload, and logs the matching user into Laravel, so users mid-migration don't hit a second login prompt. The post Laravel Legacy Bridge: Carry Authenticated Sessions from a Legacy App into Laravel appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your…
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 Laravel 13.20 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
14 Jul
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 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
13 Jul
Uvora is a free macOS menu bar app that indexes your Laravel projects locally and opens any of them from a single keyboard shortcut. The post Uvora: A macOS Menu Bar App for Finding Laravel Projects appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
10 Jul
A Laravel package that adds magic link and one-time code authentication, with a two-factor handoff to Fortify and links that email scanners can't burn. The post Passwordless Sign-In with Fortify Two-Factor Support in Laravel appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
8 Jul
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. The post AI Review for Laravel Upgrades appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post HTTP Query Method Support in Laravel 13.19 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post Ship AI with Laravel: I Tricked My Own…
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. The post Intercept: Middleware Guardrails for Laravel AI Agents appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
7 Jul
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. The post Laravel MPP: Charge AI Agents for API Access with 402 Payment Required appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles…
6 Jul
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. The post What's missing from your PHP development environment appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this…
Sensagraph scans your live Laravel applications from the outside; surfacing SQL injection, XSS, open ports, misconfigurations, and weak TLS before attackers find them. The post Find the Security Vulnerabilities in Your Laravel App with Sensagraph appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
3 Jul
EnvKit is a free desktop app that bundles nginx or Apache, multiple PHP versions, databases, and trusted .test HTTPS into one control panel. The post EnvKit: A Local Development Stack for Laravel on Windows and macOS appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
2 Jul
Commune is a gamified social platform for builders to share what they’re working on, connect with other founders, and launch their projects. The post Commune: A Private Community for Founders and Builders appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post Laravel AI Tasks: An AI Orchestration Package for Queues, Logging, and Cost Control appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in…
phpcpd-next is a maintained, dependency-free successor to Sebastian Bergmann's phpcpd that finds duplicated PHP code, including reordered and gapped clones. The post A Copy/Paste Detector CLI for PHP 8.5+ appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
1 Jul
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. The post Worker Metrics on the WorkerStopping Event in Laravel 13.18 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
30 Jun
A PHP command-line tool that copies production databases into development, CI, and test environments while anonymizing PII and recording a signed audit trail. The post Clonio CLI: Clone Production Databases With Anonymized Data appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
27 Jun
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. The post Ship AI with Laravel: Test Your AI System with Zero API Calls appeared first on…
26 Jun
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! The post Help make…
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. The post Turn PHP Attributes Into Docs With Signal appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post USAIGE: Track Token Usage and Costs for Laravel AI SDK Requests appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles…
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. The post Laravel WhatsApp: Two Backends Behind One Facade appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
24 Jun
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. The post Ship AI with Laravel: Failover, Queues, and Middleware for AI Agents appeared…
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. The post Route Metadata Support in Laravel 13.17 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post Yammi Audit Log: Track Who Really Made a Change Across Jobs and Queues appeared first on Laravel News. Join the Laravel Newsletter to…
23 Jun
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. The post Monitor and Control Schedules, Queues, and Errors in Laravel with Watchtower appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your…
22 Jun
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. The post Showcase Your PhpStorm Expertise on LinkedIn appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post Privacy Filter: Detect PII in Text from Laravel appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post NationForge: A Self-Hosted Admin Panel for Civic Organizations appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
19 Jun
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. The post Monitor Laravel Queues, Commands, and Schedulers on Any Driver with Vigilance appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
18 Jun
CultRepo has released a teaser for The Story of PHP, a JetBrains-sponsored documentary featuring Taylor Otwell, Fabien Potencier, Nikita Popov, and more. The post Watch the Teaser for 'The Story of PHP' Documentary appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post Ship AI with Laravel: Give Your AI Agent…
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. The post Lattice: Describe Inertia UIs in PHP appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
17 Jun
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. The post How We Cached Laravel News at the Edge with Fast Laravel appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly…
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. The post The artisan dev Command in Laravel 13.16.0 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
16 Jun
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. The post Filament Storage Monitor: Track Disk Usage From Your Filament Dashboard appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
15 Jun
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. The post Subscriptionify: Feature-Based Subscription Management for Laravel appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post LaraOwl: Self-Hosted Monitoring for Laravel Applications appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
12 Jun
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. The post Toolkit: Reusable AI Tools for the Laravel AI SDK appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
11 Jun
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. The post Laracon US 2026 Reveals Its Full Speaker Lineup appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post The State of PHP 2026 Survey Is Now Open appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your…
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. The post Version-Controlled Documentation Inside Your Laravel App with Laradocs appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
10 Jun
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. The post Typed Translation Accessors in Laravel 13.15.0 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
9 Jun
Custom Fresh adds a `fresh:custom` Artisan command that rebuilds your Laravel database while leaving the tables you name untouched. The post Refresh Your Laravel Database Without Dropping Every Table appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
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. The post JSON Schema Deserialization in Laravel 13.14 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
8 Jun
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. The post Generate Short, URL-Safe IDs From Numbers With Sqids appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
5 Jun
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. The post Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your…