anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.78k stars 234 forks source link

Add data-size attribute #49

Closed neutt22 closed 8 years ago

neutt22 commented 8 years ago

How do you add attribute data-size on the markups?

anhskohbo commented 8 years ago

Just pass a array attribute to display method:

{!! app('captcha')->display(['data-size' => 'compact ']); !!}
neutt22 commented 8 years ago

Thanks! I wonder where is the docs tho?