DEV Community

Parixit Patel
Parixit Patel

Posted on

Laravel IP Whitelisting

Simple Laravel Package to increase the security of the website by permitting access for users having whitelisted IP Addresses.
In this package, you can add IP Addresses into whitelist which you want to allow access to your site. All other users coming from IPs that are not in the whitelist will automatically be blocked and won't access the site.
Check out the package: Laravel IP Whitelisting

Top comments (0)