jhonoryza/laravel-ipwhitelist
最新稳定版本:1.0.2
Composer 安装命令:
composer require jhonoryza/laravel-ipwhitelist
包简介
laravel package with ip whitelist feature
README 文档
README
This package is intended for ip whitelist feature in laravel project. It will help you to check if the user is coming from the whitelisted ip or not. by configuring the whitelist ip in the config file.
Requirement
- PHP >= 8.0
- Laravel >= 8.0
Getting Started
Package installation
composer require jhonoryza/laravel-ipwhitelist
adjust .env file like this
IP_WHITELIST=127.0.0.1,192.168.1.1
register the middleware ipwhitelist in route or controller
Security
If you've found a bug regarding security, please mail jardik.oryza@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-09