tnhnclskn/debug-whitelist

Debug Whitelist for Laravel

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tnhnclskn/debug-whitelist

0.1.1 2022-11-29 15:47 UTC

This package is auto-updated.

Last update: 2025-09-29 03:00:04 UTC


README

This package provides a simple way to whitelist IP addresses for production debugging in Laravel.

Installation

Require this package with composer:

composer require tnhnclskn/debug-whitelist

Usage

Add the following to your .env file:

DEBUG_WHITELIST_ENABLED=true
DEBUG_WHITELIST_IP_ADDRESSES=127.0.0.1,192.168.1.1,::1