Dependencies for captcha #212
This commit is contained in:
@@ -37,7 +37,8 @@
|
|||||||
"php-units-of-measure/php-units-of-measure": "2.1.x",
|
"php-units-of-measure/php-units-of-measure": "2.1.x",
|
||||||
"markrogoyski/math-php": "^0.38.0",
|
"markrogoyski/math-php": "^0.38.0",
|
||||||
"akaunting/money": "^1.0",
|
"akaunting/money": "^1.0",
|
||||||
"igaster/laravel-theme": "^2.0"
|
"igaster/laravel-theme": "^2.0",
|
||||||
|
"anhskohbo/no-captcha": "^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~7.0",
|
"phpunit/phpunit": "~7.0",
|
||||||
|
|||||||
91
composer.lock
generated
91
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "e7e949a827f8cef058e1ea7e3db83c5f",
|
"content-hash": "55cf432213722ec0f7ad7f80a4edc648",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "akaunting/money",
|
"name": "akaunting/money",
|
||||||
@@ -67,6 +67,65 @@
|
|||||||
],
|
],
|
||||||
"time": "2017-12-09T07:25:06+00:00"
|
"time": "2017-12-09T07:25:06+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "anhskohbo/no-captcha",
|
||||||
|
"version": "3.0.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/anhskohbo/no-captcha.git",
|
||||||
|
"reference": "f6c3a006b8c74f692d232d861c3e104621f50dcc"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/anhskohbo/no-captcha/zipball/f6c3a006b8c74f692d232d861c3e104621f50dcc",
|
||||||
|
"reference": "f6c3a006b8c74f692d232d861c3e104621f50dcc",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"guzzlehttp/guzzle": "^6.2",
|
||||||
|
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||||
|
"php": ">=5.5.5"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "~4.8"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"Anhskohbo\\NoCaptcha\\NoCaptchaServiceProvider"
|
||||||
|
],
|
||||||
|
"aliases": {
|
||||||
|
"NoCaptcha": "Anhskohbo\\NoCaptcha\\Facades\\NoCaptcha"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Anhskohbo\\NoCaptcha\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "anhskohbo",
|
||||||
|
"email": "anhskohbo@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "No CAPTCHA reCAPTCHA For Laravel.",
|
||||||
|
"keywords": [
|
||||||
|
"captcha",
|
||||||
|
"laravel",
|
||||||
|
"laravel4",
|
||||||
|
"laravel5",
|
||||||
|
"no-captcha",
|
||||||
|
"recaptcha"
|
||||||
|
],
|
||||||
|
"time": "2018-02-09T02:04:49+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "arrilot/laravel-widgets",
|
"name": "arrilot/laravel-widgets",
|
||||||
"version": "3.9.0",
|
"version": "3.9.0",
|
||||||
@@ -2303,7 +2362,7 @@
|
|||||||
"lib/random.php"
|
"lib/random.php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@@ -2736,7 +2795,7 @@
|
|||||||
"Prettus\\Validator\\": "src/Prettus/Validator/"
|
"Prettus\\Validator\\": "src/Prettus/Validator/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Anderson Andrade",
|
"name": "Anderson Andrade",
|
||||||
@@ -2825,7 +2884,7 @@
|
|||||||
"Psr\\Container\\": "src/"
|
"Psr\\Container\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@@ -3380,7 +3439,7 @@
|
|||||||
"lib/swift_required.php"
|
"lib/swift_required.php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@@ -5328,7 +5387,7 @@
|
|||||||
"Faker\\": "src/Faker/"
|
"Faker\\": "src/Faker/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@@ -5680,7 +5739,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
@@ -5727,7 +5786,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
@@ -5784,7 +5843,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@@ -6547,7 +6606,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
@@ -6599,7 +6658,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
@@ -6667,7 +6726,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
@@ -6717,7 +6776,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
@@ -6762,7 +6821,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
@@ -6807,7 +6866,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
@@ -6996,7 +7055,7 @@
|
|||||||
"src/"
|
"src/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "http://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ return [
|
|||||||
Irazasyed\LaravelGAMP\LaravelGAMPServiceProvider::class,
|
Irazasyed\LaravelGAMP\LaravelGAMPServiceProvider::class,
|
||||||
Igaster\LaravelTheme\themeServiceProvider::class,
|
Igaster\LaravelTheme\themeServiceProvider::class,
|
||||||
Nwidart\Modules\LaravelModulesServiceProvider::class,
|
Nwidart\Modules\LaravelModulesServiceProvider::class,
|
||||||
|
Anhskohbo\NoCaptcha\NoCaptchaServiceProvider::class,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Application Service Providers...
|
* Application Service Providers...
|
||||||
@@ -110,6 +111,7 @@ return [
|
|||||||
'Lang' => Illuminate\Support\Facades\Lang::class,
|
'Lang' => Illuminate\Support\Facades\Lang::class,
|
||||||
'Log' => Illuminate\Support\Facades\Log::class,
|
'Log' => Illuminate\Support\Facades\Log::class,
|
||||||
'Mail' => Illuminate\Support\Facades\Mail::class,
|
'Mail' => Illuminate\Support\Facades\Mail::class,
|
||||||
|
'NoCaptcha' => Anhskohbo\NoCaptcha\Facades\NoCaptcha::class,
|
||||||
'Notification' => Illuminate\Support\Facades\Notification::class,
|
'Notification' => Illuminate\Support\Facades\Notification::class,
|
||||||
'Password' => Illuminate\Support\Facades\Password::class,
|
'Password' => Illuminate\Support\Facades\Password::class,
|
||||||
'Queue' => Illuminate\Support\Facades\Queue::class,
|
'Queue' => Illuminate\Support\Facades\Queue::class,
|
||||||
|
|||||||
9
config/captcha.php
Normal file
9
config/captcha.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'secret' => env('NOCAPTCHA_SECRET'),
|
||||||
|
'sitekey' => env('NOCAPTCHA_SITEKEY'),
|
||||||
|
'options' => [
|
||||||
|
'timeout' => 2.0,
|
||||||
|
],
|
||||||
|
];
|
||||||
@@ -37,12 +37,22 @@ return [
|
|||||||
'api_key' => '',
|
'api_key' => '',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
#
|
||||||
|
# Other settings and configuration you might not need to modify
|
||||||
|
#
|
||||||
|
|
||||||
# overrides cache.php
|
# overrides cache.php
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'default' => '$CACHE_DRIVER$',
|
'default' => '$CACHE_DRIVER$',
|
||||||
'prefix' => 'phpvms_',
|
'prefix' => 'phpvms_',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'captcha' => [
|
||||||
|
'enabled' => true,
|
||||||
|
'secret' => '',
|
||||||
|
'sitekey' => '',
|
||||||
|
],
|
||||||
|
|
||||||
# overrides database.php
|
# overrides database.php
|
||||||
'database' => [
|
'database' => [
|
||||||
'default' => env('DB_CONNECTION', '$DB_CONN$'),
|
'default' => env('DB_CONNECTION', '$DB_CONN$'),
|
||||||
|
|||||||
Reference in New Issue
Block a user