Simple Laravel Captcha

Submitted by haruncpi - 4 years ago

A very simple and easy setup laravel package for captcha.

//install
composer require haruncpi/laravel-simple-captcha

//in view
{!! getCaptchaBox() !!}

// validate with rule
$this->validate($request,['_answer'=>'simple_captcha'])

//GitHub: https://github.com/haruncpi/laravel-simple-captcha