We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dd8a95 + 606a46e commit 3047f85Copy full SHA for 3047f85
README.md
@@ -31,6 +31,16 @@ At this point the package is installed and you can use it as follows.
31
32
Add the honeypot catcher to your form by inserting `Honeypot::generate(..)` like this:
33
34
+Laravel 5 & above:
35
+
36
+ {!! Form::open('contact') !!}
37
+ ...
38
+ {!! Honeypot::generate('my_name', 'my_time') !!}
39
40
+ {!! Form::close() !!}
41
42
+Other Laravel versions:
43
44
{{ Form::open('contact') }}
45
...
46
{{ Honeypot::generate('my_name', 'my_time') }}
@@ -65,4 +75,4 @@ Based on work originally created by Ian Landsman: <https://github.com/ianlandsma
65
75
66
76
## License
67
77
68
-This work is MIT-licensed by Maksim Surguy.
78
+This work is MIT-licensed by Maksim Surguy.
0 commit comments