Download the PHP package mlk9/captcha-laravel without Composer
On this page you can find all versions of the php package mlk9/captcha-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package captcha-laravel
Captcha Laravel
image captcha for Laravel
- works with session
- generates image your custom
Persian Docs for V2 : https://vrgl.ir/WQXCT
Installation
you can install this package via composer
then publish vendor
Documents
Configure
- type (array , [char, math])
- backgrounds (array)
- char (string)
- length (int)
- font (string|array)
- colors (array)
- width (int)
- height (int)
- type_hash ([laravel, sha256, md5])
Generate captcha simple
you can use component:
or create custom like this:
Validation
You can use captcha
rule in your validations
also
you can add middleware to your routes or controllers
and the third way use from for example :
notice for v2
if you get error for font you can replace in config
'font' => public_path('vendor/captcha/fonts/tahoma.ttf'),
All versions of captcha-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
illuminate/support Version ~6|~7|~8|~9|~10
ext-gd Version *
ext-mbstring Version *
intervention/image Version ^3.1
illuminate/support Version ~6|~7|~8|~9|~10
ext-gd Version *
ext-mbstring Version *
intervention/image Version ^3.1
The package mlk9/captcha-laravel contains the following files
Loading the files please wait ....