We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693eb49 commit 38d1a82Copy full SHA for 38d1a82
README.md
@@ -26,6 +26,14 @@ Export filter config.
26
php artisan vendor:publish --provider="Mares29\IpFilter\FilterIpServiceProvider"
27
```
28
29
+By default the filter is active only on **production** environment, but you can specify Your own settings in config file.
30
+
31
+``` php
32
+ // Env - only use filter on listed environments
33
+ 'env' => ['production'],
34
+```
35
36
37
Use one of **black list** or **white list** method. For example, allow acces only from ip address *127.0.0.1*.
38
39
``` php
0 commit comments