gregwar/captcha是一個非常簡單的應用于Laravel的驗證碼庫。使用composer進行安裝,代碼如下:
gregwar/captcha獲取地址:https://packagist.org/packages/gregwar/captcha
{
...
"require": {
"gregwar/captcha": "1.*"
}
}
然后使用composer update進行更新即可。