tnhnclskn/debug-whitelist

Debug Whitelist for Laravel

0.1.1 2022-11-29 15:47 UTC

This package is auto-updated.

Last update: 2024-04-29 05:00:03 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