Skip to content

Commit 3047f85

Browse files
committed
Merge pull request #36 from danielpaul/master
Removed escaped printing of text
2 parents 7dd8a95 + 606a46e commit 3047f85

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ At this point the package is installed and you can use it as follows.
3131

3232
Add the honeypot catcher to your form by inserting `Honeypot::generate(..)` like this:
3333

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+
3444
{{ Form::open('contact') }}
3545
...
3646
{{ Honeypot::generate('my_name', 'my_time') }}
@@ -65,4 +75,4 @@ Based on work originally created by Ian Landsman: <https://github.com/ianlandsma
6575

6676
## License
6777

68-
This work is MIT-licensed by Maksim Surguy.
78+
This work is MIT-licensed by Maksim Surguy.

0 commit comments

Comments
 (0)