Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

captcha option help #41

Closed
IchamIT opened this issue Aug 2, 2016 · 1 comment
Closed

captcha option help #41

IchamIT opened this issue Aug 2, 2016 · 1 comment

Comments

@IchamIT
Copy link

IchamIT commented Aug 2, 2016

thank u sir

i'm using laravel and i dont know exactly how to change the theme of captcha ?

@anhskohbo
Copy link
Owner

Hi, so sorry for reply late. You can use follow code:

{!! app('captcha')->display(['data-theme' => 'dark']); !!}

As first param of display method, you can pass any data-attr recaptcha support:

See: https://developers.google.com/recaptcha/docs/display#render_param

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants