xbxf/laravel-catpcha is a Laravel package.
It currently has 0 GitHub stars and 2 downloads on Packagist (latest version 1.0).
Install it with composer require xbxf/laravel-catpcha.
Discover more Laravel packages by xbxf
or browse all Laravel packages to compare alternatives.
Last updated
Installation
First, install dependencies:
composer require xbxf/laravel-catpcha
Second :
php artisan vendor:publish --tag=lang
Third :
php artisan migrate
Configuration In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.
'extensions' => [
'laravel-catpcha' => [
// set to false if you want to disable this extension
'enable' => true,
]
]