thinhbuzz / laravel-google-captcha

Google captcha for Laravel 5, Laravel 6, Laravel 7, Laravel 8, Laravel 9 and Laravel 10, support multiple captcha on page
MIT License
200 stars 32 forks source link

Update readme #13

Closed KarelWintersky closed 6 years ago

KarelWintersky commented 6 years ago

Remove call to Form facade

{!! Form::captcha($attributes) !!}

because Form removed from Laravel 5

thinhbuzz commented 6 years ago

laravel 5 removed in core, but if you want, you can install from Forms & HTML