xbxf / laravel-catpcha
1.0
2020-09-21 08:36 UTC
Requires
- php: >=7.0.0
- encore/laravel-admin: ~1.6
- mews/captcha: ^2.2
This package is auto-updated.
Last update: 2025-03-21 19:14:27 UTC
README
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,
]
]