~/devreads

#laravel packages

27 posts

20 Jul

Paul Redmond 1 min read

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 packages

Yannick Lyn Fatt 1 min read

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 packages

16 Jul

Paul Redmond 1 min read

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.

laravel packages

Yannick Lyn Fatt 1 min read

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.

laravel packages

15 Jul

Yannick Lyn Fatt 1 min read

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 packages

14 Jul

Paul Redmond 1 min read

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.

laravel packages

10 Jul

Paul Redmond 1 min read

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.

laravel packages

8 Jul

Yannick Lyn Fatt 1 min read

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.

laravel packages

7 Jul

Paul Redmond 1 min read

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…

laravel packages

2 Jul

Paul Redmond 1 min read

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…

laravel packages

26 Jun

Yannick Lyn Fatt 1 min read

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.

laravel packages

Paul Redmond 1 min read

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 packages

Yannick Lyn Fatt 1 min read

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.

laravel packages

24 Jun

Yannick Lyn Fatt 1 min read

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…

laravel packages

23 Jun

Paul Redmond 1 min read

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…

laravel packages

22 Jun

Paul Redmond 1 min read

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.

laravel packages

Yannick Lyn Fatt 1 min read

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.

laravel packages

19 Jun

Yannick Lyn Fatt 1 min read

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.

laravel packages

18 Jun

Paul Redmond 1 min read

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.

laravel packages

16 Jun

Paul Redmond 1 min read

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.

laravel packagesfilament

15 Jun

Yannick Lyn Fatt 1 min read

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.

laravel packages

Yannick Lyn Fatt 1 min read

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.

laravel packages

12 Jun

Paul Redmond 1 min read

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.

laravel packages

11 Jun

Paul Redmond 1 min read

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.

laravel packages

9 Jun

Yannick Lyn Fatt 1 min read

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 packages

8 Jun

Yannick Lyn Fatt 1 min read

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.

laravel packages

5 Jun

Paul Redmond 1 min read

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…

laravel packages