Laravel 9 Update (#1413)
Update to Laravel 9 and PHP 8+ Co-authored-by: B.Fatih KOZ <fatih.koz@gmail.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -56,6 +56,12 @@ users:
|
||||
opt_in: 0
|
||||
toc_accepted: 1
|
||||
|
||||
roles:
|
||||
- id: 2
|
||||
name: pilot
|
||||
display_name: Pilot
|
||||
description: A regular pilot
|
||||
|
||||
role_user:
|
||||
- user_id: 1
|
||||
role_id: 1
|
||||
|
||||
@@ -61,6 +61,27 @@
|
||||
options: ''
|
||||
type: boolean
|
||||
description: Record the user's IP address on register/login
|
||||
- key: captcha.enabled
|
||||
name: 'hCaptcha Enabled'
|
||||
group: captcha
|
||||
value: false
|
||||
options: ''
|
||||
type: boolean
|
||||
description: Is hCaptcha enabled
|
||||
- key: captcha.site_key
|
||||
name: 'hCaptcha Site Key'
|
||||
group: captcha
|
||||
value: ''
|
||||
options: ''
|
||||
type: text
|
||||
description: Your hCaptcha Site Key
|
||||
- key: captcha.secret_key
|
||||
name: 'hCaptcha Secret Key'
|
||||
group: captcha
|
||||
value: ''
|
||||
options: ''
|
||||
type: text
|
||||
description: Your hCaptcha Secret Key
|
||||
- key: units.currency
|
||||
name: 'Currency'
|
||||
group: units
|
||||
|
||||
Reference in New Issue
Block a user