File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ If your Laravel framework version is >= 5.5, just run the following command to p
95
95
$ php artisan vendor:publish --provider=" TimeHunter\LaravelGoogleReCaptchaV2\Providers\GoogleReCaptchaV2ServiceProvider" --tag=googlerecaptchav2.config
96
96
```
97
97
98
- If you want to modify or customise your own template, you can publish a default view first:
98
+ Optional: if you want to modify or customise your own template, you can publish a default view first, and change 'template' in config file :
99
99
100
100
``` sh
101
101
$ php artisan vendor:publish --provider=" TimeHunter\LaravelGoogleReCaptchaV2\Providers\GoogleReCaptchaV2ServiceProvider" --tag=googlerecaptchav2.views
@@ -144,6 +144,15 @@ The backend request will receive a value for 'g-recaptcha-response', please take
144
144
145
145
#### Badge Display
146
146
147
+ Importance: you can always make your own template, just assign your template in config:
148
+
149
+ ``` PHP
150
+ [
151
+ ...
152
+ 'template' => 'test.template' // if your template is located at resources/views/test/template
153
+ ...
154
+ ]
155
+ ```
147
156
148
157
### Checkbox
149
158
You can’t perform that action at this time.
0 commit comments