Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-catpcha maintained by xbxf

Author
Last update
2020/09/21 10:36 (dev-master)
License
Downloads
2

Comments
comments powered by Disqus

laravel-admin login-captch

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,
     ]
 ]