elliot9 / captcha
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=5.4
- ext-gd: *
- illuminate/config: ~5.0
- illuminate/filesystem: ~5.0
- illuminate/hashing: ~5.0
- illuminate/support: ~5.0
- intervention/image: ~2.2
This package is auto-updated.
Last update: 2025-03-26 15:22:28 UTC
README
branch from mews for TTS
Preview
Download
Require this package with composer:
composer require elliot9/captcha
Usage
Find the providers key in config/app.php and register the Captcha Service Provider.
'providers' => [
// ...
Elliot9\Captcha\CaptchaServiceProvider::class,
]
Find the aliases key in config/app.php.
'aliases' => [
// ...
'Captcha' => Elliot9\Captcha\Facades\Captcha::class,
]
Configuration
php artisan vendor:publish
config/captcha.php
'default' => [
'length' => 4,
'width' => 120,
'height' => 36,
'quality' => 90,
'math' => false,
'account' =>'', //TTS Account
'password' =>'', // TTS password
],
Example Usage
{{captcha_audio_src()}} => return Audio Captcha src
{{captcha}} => Captcha img