xbxf/laravel-catpcha

1.0 2020-09-21 08:36 UTC

This package is auto-updated.

Last update: 2024-04-21 17:02:12 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,
     ]
 ]