tnhnclskn/debug-whitelist
最新稳定版本:0.1.1
Composer 安装命令:
composer require tnhnclskn/debug-whitelist
包简介
Debug Whitelist for Laravel
README 文档
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
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-29