You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,12 @@ Future improvement (Will be done in 1-2 days, everything will still be compatibl
30
30
1.[Installation](#installation)
31
31
2.[Configurations](#settings)
32
32
3.[Facade Usage](#facade-usage)
33
-
4.[Blade Usage](#blade-basic-usage)
34
-
5.[Vue Usage](#vue-usage)
35
-
6.[Validation](#validation-class)
36
-
7.[Advanced Usage](#advanced-usage)
37
-
8.[Contributors](#contributors)
33
+
4.[Badge Display](#badge-display)
34
+
5.[Blade Usage](#blade-basic-usage)
35
+
6.[Vue Usage](#vue-usage)
36
+
7.[Validation](#validation-class)
37
+
8.[Advanced Usage](#advanced-usage)
38
+
9.[Contributors](#contributors)
38
39
39
40
# DEMO
40
41
@@ -294,7 +295,7 @@ The backend request will receive a value for 'g-recaptcha-response'.
294
295
295
296
Go to /index and click submit button on contact us form and you should see an error message that 'Score does not meet the treshhold' because the threshold >2. You can play around the controller to see all outcomes. Importantly, you need to wait the script to be loaded before clicking the submit button.
296
297
297
-
###Badge Display
298
+
## Badge Display <aname="badge-display" />
298
299
299
300
If your settings were not reflected, please run php artisan config:cache to clear cache.
0 commit comments